From: Bradley Bonner Date: Thu, 23 Aug 2018 17:35:02 +0000 (-0700) Subject: per WHD 6134532, removing the patron first name macro from the receipt. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0399c4299cd4150d9d2ef1d333ac02d5840e3800;p=working%2FEvergreen.git per WHD 6134532, removing the patron first name macro from the receipt. --- 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,