From: Cesar Velez Date: Fri, 16 Feb 2018 16:01:23 +0000 (-0500) Subject: LP#1745422 - Add Parts column to Patron holds grids and detail view X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0da274fa83854c8a73715dffa3e83c1785ee4c9d;p=evergreen%2Fequinox.git 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 --- 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') %]