From e7da864ed49598d8405dbb1e29784cdc30651cb3 Mon Sep 17 00:00:00 2001 From: James O'Keeffe Date: Thu, 21 Jan 2021 05:53:46 +0000 Subject: [PATCH] Bug 11257: (followup) Document <> for DUEDGST and PREDUEDGST and update sample notices This patch changes the default text for the DUEDGST sample notice to the following: Dear <> <>, The following item(s) are due: <> (it does not include an atomic update) Test plan: 1. Select "edit" on DUEDGST 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. --- installer/data/mysql/en/mandatory/sample_notices.yml | 6 +++++- 1 file changed, 5 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..efd433f24a 100644 --- a/installer/data/mysql/en/mandatory/sample_notices.yml +++ b/installer/data/mysql/en/mandatory/sample_notices.yml @@ -401,7 +401,11 @@ tables: message_transport_type: email lang: default content: - - "You have <> items due" + - "Dear <> <>," + - "" + - "The following item(s) are now due:" + - "" + - "<>" - module: circulation code: HOLD_SLIP -- 2.11.0