Add library phone # to XUL checkout receipts
authorBill Erickson <berickxx@gmail.com>
Mon, 20 Nov 2017 15:09:08 +0000 (10:09 -0500)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/xul/staff_client/server/skin/print_list_templates

index 488ee91..d00a406 100644 (file)
@@ -33,7 +33,7 @@
     },
     "checkout": {
         "type": "items",
-        "header": "Welcome to %LIBRARY%!<br/>\n%PATRON_FIRSTNAME% checked out the following items:<hr/><ol>",
+        "header": "Welcome to %LIBRARY%!<br/>%LIBRARY_PHONE%<br/>\n%PATRON_FIRSTNAME% checked out the following items:<hr/><ol>",
         "line_item": "<li>%title%<br/>\nBarcode: %barcode%<br/>\nCall #: %call_number% <br/>\n Due: %due_date_EN%<br/>\n<br/>\n",
         "footer": "</ol><hr />%SHORTNAME% %TODAY_TRIM%<br/>Materials may be returned to any KCLS library.\n\n<br/>\n",
         "inherit": null,