From b4d66f9be30cb81605de47404e3ffe3117d16787 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 20 Nov 2017 10:09:08 -0500 Subject: [PATCH] Add library phone # to XUL checkout receipts Signed-off-by: Bill Erickson --- Open-ILS/xul/staff_client/server/skin/print_list_templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/skin/print_list_templates b/Open-ILS/xul/staff_client/server/skin/print_list_templates index 488ee9117b..d00a406976 100644 --- a/Open-ILS/xul/staff_client/server/skin/print_list_templates +++ b/Open-ILS/xul/staff_client/server/skin/print_list_templates @@ -33,7 +33,7 @@ }, "checkout": { "type": "items", - "header": "Welcome to %LIBRARY%!
\n%PATRON_FIRSTNAME% checked out the following items:
    ", + "header": "Welcome to %LIBRARY%!
    %LIBRARY_PHONE%
    \n%PATRON_FIRSTNAME% checked out the following items:
      ", "line_item": "
    1. %title%
      \nBarcode: %barcode%
      \nCall #: %call_number%
      \n Due: %due_date_EN%
      \n
      \n", "footer": "

    %SHORTNAME% %TODAY_TRIM%
    Materials may be returned to any KCLS library.\n\n
    \n", "inherit": null, -- 2.11.0