From da642628f59629735597427e1e7aafb4026f0fb6 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Mon, 17 Oct 2016 16:12:02 -0400 Subject: [PATCH] webstaff: Load MARC Order Records FIXME: TypeError: openils.XUL.localStorage is not a function at vlagent.js:56 Having trouble working around this. Signed-off-by: Jason Etheridge Signed-off-by: Kathy Lussier --- Open-ILS/src/templates/staff/navbar.tt2 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Open-ILS/src/templates/staff/navbar.tt2 b/Open-ILS/src/templates/staff/navbar.tt2 index ea1e35f2cc..ce0bf3cf8e 100644 --- a/Open-ILS/src/templates/staff/navbar.tt2 +++ b/Open-ILS/src/templates/staff/navbar.tt2 @@ -299,6 +299,13 @@ [% l('Load Catalog Record IDs') %] +
  • +
  • + + + [% l('Load MARC Order Records') %] + +
  • -- 2.43.2