<span>[% l('Destination') %]</span>
<strong>{{dest_location.shortname}}</strong>
</div>
+ <div ng-if="dest_courier_code">
+ <span>{{dest_courier_code}}</span>
+ </div>
<br/>
<div>
<address>
+<!--
+Template for printing hold transit slips. Fields include:
+
+* dest_location.name - name of destination library
+* dest_location.shortname
+* dest_address.street1
+* dest_address.street2
+* dest_address.city
+* dest_address.state
+* dest_address.post_code
+* dest_courier_code - from lib.courier_code library setting
+* hold.behind_desk
+* copy.barcode
+* title
+* patron.family_name
+* patron.first_given_name
+* patron.second_given_name
+* patron.card.barcode
+* hold.request_time
+* hold.phone_notify
+* hold.sms_notify
+* hold.email_notify
+
+-->
<div style="text-align:center;font-weight:bold;font-size:4em;">{{dest_courier_code}}</div>
<div style="text-align:center;font-weight:bold;font-size:2.5em;">{{dest_location.shortname}}</div>
<br/>
+<!--
+Template for printing a transit slip. Fields include:
+
+* dest_location.name - name of destination library
+* dest_location.shortname
+* dest_address.street1
+* dest_address.street2
+* dest_address.city
+* dest_address.state
+* dest_address.post_code
+* dest_courier_code - from lib.courier_code library setting
+* copy.barcode
+* title
+* author
+-->
<div style="text-align:center;font-weight:bold;font-size:4em;">{{dest_courier_code}}</div>
<div style="text-align:center;font-weight:bold;font-size:2.5em;">{{dest_location.shortname}}</div>
<br/>
// route_dialog includes the "route to holds shelf"
// dialog, which has no transit
print_context.transit = egCore.idl.toHash(data.transit);
+ print_context.dest_courier_code = data.dest_courier_code;
if (data.address) {
print_context.dest_address = egCore.idl.toHash(data.address);
}