From 130a57d89a7c6c36ccfa5d4e060285f9dfdfbb96 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Wed, 9 Aug 2017 14:05:16 -0400 Subject: [PATCH] Default Print Templates - PINES Customizations Customized default print templates for PINES so that each library will have a good starting point to work from. Signed-off-by: Terran McCanna --- .../src/templates/staff/share/print_templates/t_hold_transit_slip.tt2 | 2 +- Open-ILS/src/templates/staff/share/print_templates/t_transit_slip.tt2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 1be140fa26..e8370bc8c5 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,4 +1,4 @@ -
___/___
+
{{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 5e35a1da92..a16662a1e4 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,4 +1,4 @@ -
___/___
+
{{dest_courier_code}}
{{dest_location.shortname}}


-- 2.11.0