Booking: This should a) make booking interfaces behave better when a staff
[evergreen-equinox.git] / Open-ILS / web / js / ui / default / booking / capture.js
index 5aa0ffa..0e69a2d 100644 (file)
@@ -195,7 +195,7 @@ function capture() {
             "open-ils.booking",
             "open-ils.booking.resources.capture_for_reservation"
         ],
-        [xulG.auth.session.key, barcode]
+        [openils.User.authtoken, barcode]
     );
 
     if (result && result.ilsevent !== undefined) {