From 8d33988746ddc5ea7659573c7024ae20ca7f64a9 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Fri, 2 Dec 2016 15:58:17 -0500 Subject: [PATCH] webstaff: more Booking menu entries * Pull List * Capture Resources * Pick Up Reservations plus another xulG load timing issue workaround Signed-off-by: Jason Etheridge Signed-off-by: Kathy Lussier --- Open-ILS/src/templates/staff/navbar.tt2 | 19 ++++++++++++++++++- Open-ILS/web/js/ui/default/booking/pickup.js | 4 +++- 2 files changed, 21 insertions(+), 2 deletions(-) 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 + ); } -- 2.11.0