From: Bill Erickson Date: Mon, 20 Nov 2017 15:09:08 +0000 (-0500) Subject: Add library phone # to XUL checkout receipts X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b4d66f9be30cb81605de47404e3ffe3117d16787;p=working%2FEvergreen.git Add library phone # to XUL checkout receipts Signed-off-by: Bill Erickson --- 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,