From 98c1dbcde5a266cfb865334249f8b84064359d5b Mon Sep 17 00:00:00 2001 From: Emily Lamancusa Date: Mon, 15 Apr 2024 17:21:37 -0400 Subject: [PATCH] Bug 36113: Adjust default RENEWAL notice template to use TT Test plan: 1. Apply patch 2. reset_all (or start your testing environment in the first place) 3. Enable the system preference RenewalSendNotice 4. Check an item out to a patron 5. Edit that patron: a. Enter a value for Primary email b. Set messaging preference to enable email notices for Item checkout and renewal 6. Renew the checked-out item 7. Check the patron's Notices tab for the Item renewal notice, and confirm that the notice is correct Signed-off-by: Matt Blenkinsop --- installer/data/mysql/en/mandatory/sample_notices.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/en/mandatory/sample_notices.yml b/installer/data/mysql/en/mandatory/sample_notices.yml index 9675b3eb4f..72a1e28455 100644 --- a/installer/data/mysql/en/mandatory/sample_notices.yml +++ b/installer/data/mysql/en/mandatory/sample_notices.yml @@ -897,9 +897,9 @@ tables: content: - "The following items have been renewed:" - "----" - - "<>" + - "[% biblio.title %]" - "----" - - "Thank you for visiting <>." + - "Thank you for visiting [% branch.branchname %]." - module: circulation code: SR_SLIP -- 2.37.1 (Apple Git-137.1)