From dae6cbf6f5905fdde79c85a7f110e91653d34962 Mon Sep 17 00:00:00 2001 From: Cesar Velez Date: Fri, 6 Oct 2017 17:57:45 -0400 Subject: [PATCH] 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 --- Open-ILS/src/templates/staff/circ/share/t_hold_shelf_dialog.tt2 | 4 ++++ Open-ILS/src/templates/staff/circ/share/t_transit_dialog.tt2 | 4 ++++ .../templates/staff/share/print_templates/t_hold_shelf_slip.tt2 | 3 +++ Open-ILS/web/js/ui/default/staff/circ/services/circ.js | 9 +++++++-- 4 files changed, 18 insertions(+), 2 deletions(-) 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 @@