From 215287aaa9a1ddfc214dfb5a4d4ef5da28f4c248 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 Conflicts: Open-ILS/src/templates/kpac/getit.tt2 --- Open-ILS/src/templates/kpac/getit.tt2 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/kpac/getit.tt2 b/Open-ILS/src/templates/kpac/getit.tt2 index 249d4ac4de..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 %] +
[% 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