From f265176d550758f6a6c564709b97114d9758c44f Mon Sep 17 00:00:00 2001 From: Lynn Floyd Date: Mon, 7 May 2018 10:43:01 -0700 Subject: [PATCH] LP#1750630: use proper quoting to un-break Transit List print template Signed-off-by: Jeff Davis Signed-off-by: Garry Collum Signed-off-by: Galen Charlton --- .../templates/staff/share/print_templates/t_transit_list.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_transit_list.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_transit_list.tt2 index d347c48d3e..a4c583c7a7 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_transit_list.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_transit_list.tt2 @@ -20,7 +20,7 @@ transits - list; each entry contains:
[% l('From: [_1] To: [_2]
When: [_3]
Barcode: [_4] Title: [_5]', '{{transit.source.shortname}}', '{{transit.dest.shortname}}', - "{{transit.source_send_time | date:$root.egDateAndTimeFormat}}", + '{{transit.source_send_time | date:$root.egDateAndTimeFormat}}', '{{transit.target_copy.barcode}}', '{{transit.target_copy.call_number.record.simple_record.title}}') %]
-- 2.43.2