From 40bdb771685288590843196c29d91d889adbcc05 Mon Sep 17 00:00:00 2001 From: sashaanastasi Date: Thu, 17 Jul 2025 22:12:26 +0000 Subject: [PATCH] Bug 39280: Remove misleading message text for ODUE notice This patch removes unnecessary and misleading wording from the overdue note as it depends on the library's circulation rules: "If an item becomes more than 30 days overdue, you will be unable to use your library card until the item is returned." Test plan: 1. Check the wording of the ODUE notice under Tools > Patrons and circulation > Notices and slips. 2. Note that it includes this wording, which may be unnecessary or misleading depending on the library's settings: "If an item becomes more than 30 days overdue, you will be unable to use your library card until the item is returned." 3. Apply the patch. 4. Check that the updated ODUE notice has removed the wording by either: 4.1 Resetting everything: reset_all 4.2 Viewing the default notice - click "View default" when viewing the email notice 5. Sign off. Signed-off-by: David Nind Signed-off-by: Lucas Gass --- installer/data/mysql/en/mandatory/sample_notices.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/installer/data/mysql/en/mandatory/sample_notices.yml b/installer/data/mysql/en/mandatory/sample_notices.yml index 5d3048b8f84..69ff86f532b 100644 --- a/installer/data/mysql/en/mandatory/sample_notices.yml +++ b/installer/data/mysql/en/mandatory/sample_notices.yml @@ -894,7 +894,6 @@ tables: - "Email: [% branch.branchemail %]" - "" - "If you have registered a password with the library, and you have a renewal available, you may renew online." - - "If an item becomes more than 30 days overdue, you will be unable to use your library card until the item is returned." - "" - "[%- IF overdues.count > 1 %]These items are overdue:[%- ELSE -%]This item is overdue:[%- END -%]" - "" -- 2.39.5