From 0da274fa83854c8a73715dffa3e83c1785ee4c9d Mon Sep 17 00:00:00 2001 From: Cesar Velez Date: Fri, 16 Feb 2018 11:01:23 -0500 Subject: [PATCH] LP#1745422 - Add Parts column to Patron holds grids and detail view The webstaff's patron ui did not have a display for the Part, which will be fetched for any hold type "P" (monographic part). This adds a Part column to the hold grids and inthe detail view IF the hold type is P, it'll append the part.label in the same field/well. Signed-off by: Cesar Velez Signed-off-by: Michele Morgan Signed-off-by: Kathy Lussier --- Open-ILS/src/templates/staff/circ/patron/t_holds_list.tt2 | 1 + Open-ILS/src/templates/staff/circ/share/t_hold_details.tt2 | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/staff/circ/patron/t_holds_list.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_holds_list.tt2 index 65fb234abc..9c8962e31a 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_holds_list.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_holds_list.tt2 @@ -85,6 +85,7 @@ + diff --git a/Open-ILS/src/templates/staff/circ/share/t_hold_details.tt2 b/Open-ILS/src/templates/staff/circ/share/t_hold_details.tt2 index 27ab8ec0bb..5edd4b355c 100644 --- a/Open-ILS/src/templates/staff/circ/share/t_hold_details.tt2 +++ b/Open-ILS/src/templates/staff/circ/share/t_hold_details.tt2 @@ -10,7 +10,10 @@
[% l('Hold Type') %]
-
{{hold.hold_type()}}
+
{{hold.hold_type()}} - {{part.label()}}
+ + +
[% l('Current Copy') %]