From: Jason Etheridge Date: Fri, 2 Dec 2016 20:58:17 +0000 (-0500) Subject: webstaff: more Booking menu entries X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=208dbdb94fad0d94f6584784318d19a799398487;p=working%2FEvergreen.git webstaff: more Booking menu entries * Pull List * Capture Resources * Pick Up Reservations plus another xulG load timing issue workaround Signed-off-by: Jason Etheridge --- diff --git a/Open-ILS/src/templates/staff/navbar.tt2 b/Open-ILS/src/templates/staff/navbar.tt2 index fe72af0c2f..ac82c6db45 100644 --- a/Open-ILS/src/templates/staff/navbar.tt2 +++ b/Open-ILS/src/templates/staff/navbar.tt2 @@ -351,7 +351,24 @@ [% l('Create Reservations') %] -
  • +
  • + + + [% l('Pull List') %] + +
  • +
  • + + + [% l('Capture Resources') %] + +
  • +
  • + + + [% l('Pick Up Reservations') %] + +
  • diff --git a/Open-ILS/web/js/ui/default/booking/pickup.js b/Open-ILS/web/js/ui/default/booking/pickup.js index afa0527cb8..62dfea5a23 100644 --- a/Open-ILS/web/js/ui/default/booking/pickup.js +++ b/Open-ILS/web/js/ui/default/booking/pickup.js @@ -28,5 +28,7 @@ function my_init() { }, document.getElementById("patron_barcode")); init_auto_l10n(document.getElementById("auto_l10n_start_here")); - react_to_pass_in(xulG.bresv_interface_opts); + setTimeout( + function() { react_to_pass_in(xulG.bresv_interface_opts); }, 0 + ); }