From 8d9b8a00b4cf015574ed5fd3cd1bfcbc57410563 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 23 Aug 2017 15:22:28 -0400 Subject: [PATCH] LP#1708485: (follow-up) improve dest_courier_code support This patch ensures that dest_courier_code is added to the printer context; it also displays the courier code (if set) on the transit modal and mentions dest_courier_code in the inline documentation for transit and hold slips. Signed-off-by: Galen Charlton Signed-off-by: Kathy Lussier --- .../share/print_templates/t_hold_transit_slip.tt2 | 24 ++++++++++++++++++++++ .../staff/share/print_templates/t_transit_slip.tt2 | 15 ++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_hold_transit_slip.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_hold_transit_slip.tt2 index e8370bc8c5..98af0417d6 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_hold_transit_slip.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_hold_transit_slip.tt2 @@ -1,3 +1,27 @@ +
{{dest_courier_code}}
{{dest_location.shortname}}

diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_transit_slip.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_transit_slip.tt2 index a16662a1e4..e29f8148d7 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_transit_slip.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_transit_slip.tt2 @@ -1,3 +1,18 @@ +
{{dest_courier_code}}
{{dest_location.shortname}}

-- 2.11.0