From a14e8016ad547c184c6be04116c17480dc3300b1 Mon Sep 17 00:00:00 2001 From: Jim Keenan Date: Thu, 29 Sep 2016 14:57:09 -0400 Subject: [PATCH] KPAC Added display of item locations to item record view Signed-off-by: Jim Keenan --- Open-ILS/src/templates/kpac/getit.tt2 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/templates/kpac/getit.tt2 b/Open-ILS/src/templates/kpac/getit.tt2 index 921a4b33e4..6057871964 100644 --- a/Open-ILS/src/templates/kpac/getit.tt2 +++ b/Open-ILS/src/templates/kpac/getit.tt2 @@ -7,10 +7,16 @@ ctx.page_title = attrs.title | html %] +
- [% INCLUDE 'kpac/parts/record_row.tt2' rec_id=ctx.bre_id%] + [% INCLUDE 'kpac/parts/record_row.tt2' rec_id=ctx.bre_id %] +
[% l('You can find this item at these locations:') %]
+
+ [% INCLUDE 'kpac/parts/copy_table.tt2' rec_id=ctx.bre_id %] +
+
[% INCLUDE 'kpac/parts/addedcontent.tt2' %]
- +
-- 2.11.0