From fb78945b9962273f774eb2dad4eac8bdef0e5068 Mon Sep 17 00:00:00 2001 From: James O'Keeffe Date: Tue, 19 Jan 2021 22:47:53 +0000 Subject: [PATCH] Bug 11257: PREDUEDST should have more useful default text Content-Type: text/plain; charset=utf-8 This patch changes the default text of PEDUEDST to the following: Dear <> <>, The following item(s) will be due soon: <> Note: I dont beleive ive done everything requesting in the bug, ie there was a request to add <> to the documentation of sample_notices.yml, but I couldn't find documentation for it. If there's things I missed, please tell me so I can make the appropraite changes, or feel free to make the changes yourself. Test plan: 1. Select "edit" on PREDUEDST in the notices and slips page (Home -> tools -> Notices and slips) 2. Open "email", and note the default text. 3. Apply the patch, and peform a fresh install of Koha. 4. Navigate to the same page. The default text should have changed. https://bugs.koha-community.org/show_bug.cgi?id=27237 Signed-off-by: Katrin Fischer Signed-off-by: Marcel de Rooy --- installer/data/mysql/en/mandatory/sample_notices.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/installer/data/mysql/en/mandatory/sample_notices.yml b/installer/data/mysql/en/mandatory/sample_notices.yml index 22385cac31..97a9291ba8 100644 --- a/installer/data/mysql/en/mandatory/sample_notices.yml +++ b/installer/data/mysql/en/mandatory/sample_notices.yml @@ -579,7 +579,13 @@ tables: message_transport_type: email lang: default content: - - "You have <> items due soon" + - "Dear <> <>," + - "" + - "The following item(s) will be due soon:" + - "" + - "<>" + - "" + - "Thank you." - module: circulation code: RENEWAL -- 2.11.0