Summary: | Generalize ODUE notice text - remove "If an item becomes more than 30 days overdue, you will be unable to use your library card until the item is returned." | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Notices | Assignee: | sasha.anastasi+bugzilla |
Status: | Signed Off --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | aleisha, david, sasha.anastasi+bugzilla |
Version: | Main | Keywords: | Academy |
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39279 | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: |
This enhancement removes unnecessary or misleading text from the ODUE notice, as it depends 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.".
Note: The notice is not automatically updated for existing installations. Update the notice manually to change the wording if required, or replace the default notice using "View default" and "Copy to template" if you have not customized the notice.
|
|
Version(s) released in: | Circulation function: | ||
Attachments: |
Bug 39280: remove misleading message text
Bug 39280: remove misleading message text Bug 39280: Remove misleading message text for ODUE notice |
Description
Katrin Fischer
2025-03-07 20:16:09 UTC
Notice code: ODUE I would suggest we just remove this line. The notice already requests the user to return or renew ASAP, which probably does enough for a template. Created attachment 184245 [details] [review] Bug 39280: remove misleading message text Test plan: 1. refresh database 2. verify ODUE notice text does not include the line "If an item becomes more than 30 days overdue, you will be unable to use your library card until the item is returned." Created attachment 184250 [details] [review] Bug 39280: remove misleading message text Signed-off-by: David Nind <david@davidnind.com> Hi Sasha. Nice work! I've signed off, as it does what it says in the test plan. For some reason, the test plan is not included in the signed off commit message when I attached it, so you will need to amend the commit message. I would suggest rewording the commit message to help it pass QA, following the commit message guidelines https://wiki.koha-community.org/wiki/Commit_messages Suggested wording: --- 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. --- I've also added a release note. David Nind Created attachment 184420 [details] [review] 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 <david@davidnind.com> (In reply to David Nind from comment #4) > Hi Sasha. > > Nice work! > > I've signed off, as it does what it says in the test plan. > > For some reason, the test plan is not included in the signed off commit > message when I attached it, so you will need to amend the commit message. > Thanks so much David, I have done this on Sasha's behalf! (In reply to Aleisha Amohia from comment #6) > (In reply to David Nind from comment #4) > > Hi Sasha. > > > > Nice work! > > > > I've signed off, as it does what it says in the test plan. > > > > For some reason, the test plan is not included in the signed off commit > > message when I attached it, so you will need to amend the commit message. > > > > Thanks so much David, I have done this on Sasha's behalf! Thanks Aleisha! |