From 0399c4299cd4150d9d2ef1d333ac02d5840e3800 Mon Sep 17 00:00:00 2001 From: Bradley Bonner Date: Thu, 23 Aug 2018 10:35:02 -0700 Subject: [PATCH] per WHD 6134532, removing the patron first name macro from the receipt. --- 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 3cee14cda6..67a215fbdf 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 @@ }, "renew": { "type": "items", - "header": "Welcome to %LIBRARY%!
\n%PATRON_FIRSTNAME% has renewed the following items:
    ", + "header": "Welcome to %LIBRARY%!
    \nThe following items have been renewed:
      ", "line_item": "
    1. %title%
      \nBarcode: %barcode%
      \nDue: %due_date_EN%
      \n
      \n", "footer": "

    %SHORTNAME% %TODAY_TRIM%
    \n
    \n", "inherit": null, -- 2.11.0