From: a. bellenir Date: Tue, 12 Mar 2019 15:09:02 +0000 (-0400) Subject: LP1759864: Mark Item Damaged from Holdings View Fails X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=133b247f102868ce7e82b169d84f93323c8c3714;p=contrib%2FConifer.git 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 --- 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' %]