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 <gmc@equinoxinitiative.org>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
+<!--
+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/>