From: Cesar Velez Date: Fri, 6 Oct 2017 21:57:45 +0000 (-0400) Subject: LP#1710731 - fix webstaff hold slip and other templates missing call number X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=dae6cbf6f5905fdde79c85a7f110e91653d34962;p=contrib%2FConifer.git LP#1710731 - fix webstaff hold slip and other templates missing call number Added call number to various dialogs and printtemplates that lacked them. Signed-off by: Cesar Velez Signed-off-by: Mike Rylander --- diff --git a/Open-ILS/src/templates/staff/circ/share/t_hold_shelf_dialog.tt2 b/Open-ILS/src/templates/staff/circ/share/t_hold_shelf_dialog.tt2 index 7fe8a99392..8fa2d4ba01 100644 --- a/Open-ILS/src/templates/staff/circ/share/t_hold_shelf_dialog.tt2 +++ b/Open-ILS/src/templates/staff/circ/share/t_hold_shelf_dialog.tt2 @@ -28,6 +28,10 @@ [% l('Author:') %] {{author}} +
+ [% l('Call Number:') %] + {{call_number.prefix}} {{call_number.label}} {{call_number.suffix}} +

diff --git a/Open-ILS/src/templates/staff/circ/share/t_transit_dialog.tt2 b/Open-ILS/src/templates/staff/circ/share/t_transit_dialog.tt2 index c04a6064ff..771bb179cd 100644 --- a/Open-ILS/src/templates/staff/circ/share/t_transit_dialog.tt2 +++ b/Open-ILS/src/templates/staff/circ/share/t_transit_dialog.tt2 @@ -40,6 +40,10 @@ [% l('Author:') %] {{author}}
+
+ [% l('Call Number:') %] + {{call_number.prefix}} {{call_number.label}} {{call_number.suffix}} +

[% |l %] diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_hold_shelf_slip.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_hold_shelf_slip.tt2 index c7ff7c8703..2d1a9f7091 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_hold_shelf_slip.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_hold_shelf_slip.tt2 @@ -1,6 +1,7 @@