From 01fd7e1eee2c73adcd8f552b41d3d483f39f9c08 Mon Sep 17 00:00:00 2001 From: McCanna Date: Thu, 15 Feb 2018 17:37:30 -0500 Subject: [PATCH] Modify custom default hold transit slip to include note that item is needed for a hold. (This was at the request of several libraries who prioritize their sorting based on whether items are needed for holds or not.) Signed-off-by: McCanna --- .../src/templates/staff/share/print_templates/t_hold_transit_slip.tt2 | 1 + 1 file changed, 1 insertion(+) 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 47e2ea47c9..689134c009 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 @@ -2,6 +2,7 @@
{{dest_location.shortname}}


+This item is needed for a hold.
This item needs to be routed to:
{{dest_location.name}}

-- 2.11.0