From: Jason Etheridge Date: Fri, 2 Dec 2016 21:04:44 +0000 (-0500) Subject: webstaff: final Booking menu entry X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2e7410e3f02d42109a1e09cc6be69b43b19630fd;p=working%2FEvergreen.git webstaff: final Booking menu entry * Return Reservations and 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 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 + ); }