From 465bd15736250b6988ce5a530f4c650365024179 Mon Sep 17 00:00:00 2001 From: "a. bellenir" Date: Tue, 12 Mar 2019 11:09:02 -0400 Subject: [PATCH] LP1759864: Mark Item Damaged from Holdings View Fails "Mark Item Damaged" fails on the holdings view and from the patron profile holds tab. the javascript console indicates a dependency issue: Error: [$injector:unpr] Unknown provider: egItemProvider <- egItem egItem is defined in web/js/ui/default/staff/circ/services/item.js resolved by including the item.js source in the index.tt2 template files for both screens. Signed-off-by: a. bellenir Signed-off-by: Remington Steed Signed-off-by: Bill Erickson --- Open-ILS/src/templates/staff/cat/catalog/index.tt2 | 1 + Open-ILS/src/templates/staff/circ/patron/index.tt2 | 1 + 2 files changed, 2 insertions(+) diff --git a/Open-ILS/src/templates/staff/cat/catalog/index.tt2 b/Open-ILS/src/templates/staff/cat/catalog/index.tt2 index ddb6a8c847..6db7ceee76 100644 --- a/Open-ILS/src/templates/staff/cat/catalog/index.tt2 +++ b/Open-ILS/src/templates/staff/cat/catalog/index.tt2 @@ -18,6 +18,7 @@ [% INCLUDE 'staff/cat/share/marcedit_strings.tt2' %] + [% INCLUDE 'staff/circ/share/circ_strings.tt2' %] diff --git a/Open-ILS/src/templates/staff/circ/patron/index.tt2 b/Open-ILS/src/templates/staff/circ/patron/index.tt2 index 5ebbe0eb9b..259dae7019 100644 --- a/Open-ILS/src/templates/staff/circ/patron/index.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/index.tt2 @@ -15,6 +15,7 @@ + [% INCLUDE 'staff/circ/share/circ_strings.tt2' %] [% INCLUDE 'staff/circ/share/hold_strings.tt2' %] -- 2.11.0