From 92dc007a0b20c56512fec192ff53f33ce32720df Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Fri, 2 Dec 2016 16:04:44 -0500 Subject: [PATCH] webstaff: final Booking menu entry * Return Reservations and xulG load timing issue workaround Signed-off-by: Jason Etheridge Signed-off-by: Kathy Lussier --- Open-ILS/src/templates/staff/navbar.tt2 | 10 ++++++++-- Open-ILS/web/js/ui/default/booking/return.js | 4 +++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/templates/staff/navbar.tt2 b/Open-ILS/src/templates/staff/navbar.tt2 index ac82c6db45..23db624a64 100644 --- a/Open-ILS/src/templates/staff/navbar.tt2 +++ b/Open-ILS/src/templates/staff/navbar.tt2 @@ -353,7 +353,7 @@
  • - + [% l('Pull List') %]
  • @@ -365,10 +365,16 @@
  • - + [% l('Pick Up Reservations') %]
  • +
  • + + + [% l('Return Reservations') %] + +
  • diff --git a/Open-ILS/web/js/ui/default/booking/return.js b/Open-ILS/web/js/ui/default/booking/return.js index 64c9cf86b3..cdc3edd880 100644 --- a/Open-ILS/web/js/ui/default/booking/return.js +++ b/Open-ILS/web/js/ui/default/booking/return.js @@ -37,5 +37,7 @@ function my_init() { }, document.getElementById("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.43.2