[Bug 37966] New: When overriding a hold to renew a book the due date becomes "now" of not specified
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37966 Bug ID: 37966 Summary: When overriding a hold to renew a book the due date becomes "now" of not specified Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: michael.hafen@washk12.org QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com In circ/renew.pl, when trying to renew a book, if the book is on hold the override dialog is presented. If the 'renewonholdduedate' field is left empty, then the due date ends up being "now". -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37966 --- Comment #1 from Michael Hafen <michael.hafen@washk12.org> --- I just read the description for the RenewalOnHoldOverride sys pref ("Allow staff to renew items that are on hold by manually specifying a due date."), and it seems this is more expected behavior than bug. Still I think an improvement is needed. First off, the date due field in that dialog didn't seem required to me. I see three options: Change the sys pref description and the code, calculate the new due date and use that as a default, or just change the style of the due date field to indicate it is required. I'm leaning toward changing the sys pref and the code, but I'm open to other opinions. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37966 Michael Hafen <michael.hafen@washk12.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |michael.hafen@washk12.org |ity.org | Status|NEW |Needs Signoff --- Comment #2 from Michael Hafen <michael.hafen@washk12.org> --- Created attachment 171790 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=171790&action=edit Bug 37966: When Renewing a book on hold, don't require the due date When renewing a book on hold with the RenewalOnHoldOverride sys pref set to "Allow", if the due date is not specified then it becomes "now". By checking the input is set rather than just defined the due date is set as expected based on circulation rules. Also change the description of the RenewalOnHoldOverride sys pref as the due date would no longer be required to be entered with this change. Test plan: 1. make sure RenewalOnHoldOverride is set to 'Allow' 2. check out a book, then place a title-level hold on it 3. renew the book, see the hold override dialog 4. leave the due date empty and hit the override button 5. observe the new due date is "now" 6. apply patch and restart plack 7. renew the book again, overriding the hold, and see the expected due date as per circulation rules. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37966 Shi Yao Wang <shi-yao.wang@inLibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |shi-yao.wang@inLibro.com --- Comment #3 from Shi Yao Wang <shi-yao.wang@inLibro.com> --- It seems to work fine as step 7 indicates without the patch? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37966 --- Comment #4 from Michael Hafen <michael.hafen@washk12.org> --- On my dev install of the main branch on my workstation, which I pulled Sept. 30th, it behaves as the plan outlines, with the new due date on renewal, after overriding the hold, being the date and time that the book was renewed rather than the expected 3 weeks later (in my case) when the new due date field in the hold override dialog is left empty. I don't know why it didn't behave as expected for you. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37966 Laurence Rault <laurence.rault@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |laurence.rault@biblibre.com Status|Needs Signoff |Patch doesn't apply --- Comment #5 from Laurence Rault <laurence.rault@biblibre.com> --- Patch does not apply on sandbox : CONFLICT (content): Merge conflict in C4/Circulation.pm -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37966 Michael Hafen <michael.hafen@washk12.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #171790|0 |1 is obsolete| | --- Comment #6 from Michael Hafen <michael.hafen@washk12.org> --- Created attachment 179490 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=179490&action=edit When Renewing a book on hold, don't require the due date [Rebased 2025-03-19] When renewing a book on hold with the RenewalOnHoldOverride sys pref set to "Allow", if the due date is not specified then it becomes "now". By checking the input is set rather than just defined the due date is set as expected based on circulation rules. Also change the description of the RenewalOnHoldOverride sys pref as the due date would no longer be required to be entered with this change. Test plan: 1. make sure RenewalOnHoldOverride is set to 'Allow' 2. check out a book, then place a title-level hold on it 3. renew the book, see the hold override dialog 4. leave the due date empty and hit the override button 5. observe the new due date is "now" 6. apply patch and restart plack 7. renew the book again, overriding the hold, and see the expected due date as per circulation rules. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37966 Michael Hafen <michael.hafen@washk12.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37966 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|When overriding a hold to |When overriding a hold to |renew a book the due date |renew a book the due date |becomes "now" of not |becomes "now" if not |specified |specified -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37966 Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |baptiste.wojtkowski@biblibr | |e.com --- Comment #7 from Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski@biblibre.com> --- Could not reproduce the issue here. The date correctly updates for me on step 4 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37966 --- Comment #8 from Michael Hafen <michael.hafen@washk12.org> --- Maybe I didn't describe step 4 well enough, or maybe there's something in my preferences, but I just tried this on master and the due date went from 4/3/2025 to 3/20/2025 (today) when using the Renew page after overriding the hold when the 'Override due date' field was left empty. Looking through the preferences, the only one I see, besides the AllowRenewal*Override ones that might affect this is 'RenewalPeriodBase' which I have set to 'the current date'. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37966 --- Comment #9 from Marion Durand <marion.durand@biblibre.com> --- Created attachment 180478 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180478&action=edit Bug 37966: When Renewing a book on hold, don't require the due date When renewing a book on hold with the RenewalOnHoldOverride sys pref set to "Allow", if the due date is not specified then it becomes "now". By checking the input is set rather than just defined the due date is set as expected based on circulation rules. Also change the description of the RenewalOnHoldOverride sys pref as the due date would no longer be required to be entered with this change. Test plan: 1. make sure RenewalOnHoldOverride is set to 'Allow' 2. check out a book, then place a title-level hold on it 3. renew the book, see the hold override dialog 4. leave the due date empty and hit the override button 5. observe the new due date is "now" 6. apply patch and restart plack 7. renew the book again, overriding the hold, and see the expected due date as per circulation rules. Signed-off-by: Marion Durand <marion.durand@biblibre.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37966 Marion Durand <marion.durand@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marion.durand@biblibre.com Attachment #179490|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37966 Marion Durand <marion.durand@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37966 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas@bywatersolutions.com Status|Signed Off |Failed QA --- Comment #10 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- Any change to AddRenewal should be covered with a test. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37966 --- Comment #11 from Michael Hafen <michael.hafen@washk12.org> --- Created attachment 188524 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=188524&action=edit Bug 37966: Add test coverage for AddRenewal with empty due date -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37966 Michael Hafen <michael.hafen@washk12.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37966 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #180478|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37966 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #188524|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37966 --- Comment #12 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 190590 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=190590&action=edit Bug 37966: When Renewing a book on hold, don't require the due date When renewing a book on hold with the RenewalOnHoldOverride sys pref set to "Allow", if the due date is not specified then it becomes "now". By checking the input is set rather than just defined the due date is set as expected based on circulation rules. Also change the description of the RenewalOnHoldOverride sys pref as the due date would no longer be required to be entered with this change. Test plan: 1. make sure RenewalOnHoldOverride is set to 'Allow' 2. check out a book, then place a title-level hold on it 3. renew the book, see the hold override dialog 4. leave the due date empty and hit the override button 5. observe the new due date is "now" 6. apply patch and restart plack 7. renew the book again, overriding the hold, and see the expected due date as per circulation rules. Signed-off-by: Marion Durand <marion.durand@biblibre.com> Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37966 --- Comment #13 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 190591 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=190591&action=edit Bug 37966: Add test coverage for AddRenewal with empty due date Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37966 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |martin.renvoize@openfifth.c | |o.uk -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37966 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37966 Katie Bliss <kebliss@dmpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kebliss@dmpl.org -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37966 Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia@bugs.koha-communit |martin.renvoize@openfifth.c |y.org |o.uk -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37966 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |ASSIGNED --- Comment #14 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- I've decided I'd like to make the fix here more explicit and also make it comprehensively handle renewing via circ/circulation.pl as well as circ/renew.pl Follow-up inbound -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37966 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|ASSIGNED |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37966 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #190590|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37966 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #190591|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37966 --- Comment #15 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 191256 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=191256&action=edit Bug 37966: When Renewing a book on hold, don't require the due date When renewing a book on hold with the RenewalOnHoldOverride sys pref set to "Allow", if the due date is not specified then it becomes "now". By checking the input is set rather than just defined the due date is set as expected based on circulation rules. Also change the description of the RenewalOnHoldOverride sys pref as the due date would no longer be required to be entered with this change. Test plan: 1. make sure RenewalOnHoldOverride is set to 'Allow' 2. check out a book, then place a title-level hold on it 3. renew the book, see the hold override dialog 4. leave the due date empty and hit the override button 5. observe the new due date is "now" 6. apply patch and restart plack 7. renew the book again, overriding the hold, and see the expected due date as per circulation rules. Signed-off-by: Marion Durand <marion.durand@biblibre.com> Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37966 --- Comment #16 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 191257 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=191257&action=edit Bug 37966: Add test coverage for AddRenewal with empty due date Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37966 --- Comment #17 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 191258 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=191258&action=edit Bug 37966: (follow-up) Make empty string handling more explicit in Circulation.pm This commit improves upon the original fix by making the intent more explicit when handling empty string date parameters in AddRenewal and AddIssue functions. WHY THIS IS BETTER: The original fix (changing `defined $datedue` to just `$datedue`) works correctly but relies on Perl's implicit truthy/falsy semantics: if ( $datedue && ref $datedue ne 'DateTime' ) This is subtle because: - Empty string "" is falsy, so parsing is skipped ✓ - But it's not immediately obvious that empty strings are being handled specially - The code doesn't explicitly show its intent THIS APPROACH: if ( defined $datedue && $datedue ne '' && ref $datedue ne 'DateTime' ) Benefits: 1. EXPLICIT: Clearly states "only parse if defined AND not empty AND not already a DateTime" 2. SELF-DOCUMENTING: Intent is obvious to future developers 3. NO RELIANCE on truthy/falsy semantics 4. CONSISTENT: Same pattern applied across all date parameter handling COMPREHENSIVE CHANGES: 1. AddRenewal (C4/Circulation.pm:3449) - Made datedue empty string check explicit 2. AddIssue (C4/Circulation.pm:1611) - Made datedue empty string check explicit - Also updated issuedate handling (line 1616) to explicitly handle empty strings 3. Test Coverage (t/db_dependent/Circulation/issue.t) - Added test for AddIssue with empty string datedue - Added test for AddIssue with empty string issuedate - Ensures both functions properly calculate dates from circulation rules instead of using "now" The existing test for AddRenewal already covered empty string datedue (added in the original Bug 37966 commit). These new tests ensure the same correct behavior for AddIssue. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37966 --- Comment #18 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 191259 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=191259&action=edit Bug 37966: Fix renewal on hold override in circulation.pl This extends the fix from Bug 37966 to circ/circulation.pl. The original bug fix addressed circ/renew.pl, where renewing a book on hold with an empty due date would result in the due date being set to "now" (today). The same issue occurs in circ/circulation.pl when: 1. Attempting to check out an item that is already checked out to the same patron (which triggers a renewal) 2. The item has a hold on it, triggering the hold override dialog 3. The librarian overrides the hold without specifying a due date In this scenario, the renewal would incorrectly set the due date to today instead of calculating it based on circulation rules. CHANGES: 1. circ/circulation.pl (lines 550-558) - Added logic to handle the `renewonholdduedate` parameter when both RENEW_ISSUE and RESERVED conditions are present - Follows the same pattern as circ/renew.pl - If `renewonholdduedate` is empty, passes empty string to AddIssue/ AddRenewal, allowing proper date calculation 2. koha-tmpl/.../circulation.tt (lines 351-356) - Added "Renewal due date" input field in the hold override dialog - Only appears when both RESERVED and RENEW_ISSUE are true - Optional field - if left empty, due date is calculated per circulation rules TEST PLAN: 1. Enable the RenewalOnHoldOverride system preference (set to "Allow") 2. Set up a patron, item, and circulation rules: - Create a patron (or use existing) - Create an item (or use existing) - Ensure circulation rules have a renewal period (e.g., 14 days) 3. Create a hold scenario: - Check out the item to the patron - Place a title-level hold on the same item (you may need a second patron or use the same patron depending on your holds rules) 4. Test renewal via circulation.pl: - Go to Circulation (Home > Circulation) - Scan the patron's barcode - Scan the item's barcode (the one that's already checked out with a hold) - Observe the hold override dialog appears 5. Test WITHOUT this patch: - Leave the "Renewal due date" field empty - Click "Yes, renew" - BUG: The due date is set to today (same as check-in date) 6. Test WITH this patch: - Leave the "Renewal due date" field empty - Click "Yes, renew" - SUCCESS: The due date is calculated based on circulation rules (e.g., 14 days from now if that's your renewal period) 7. Test optional due date override: - Repeat the renewal process - This time, enter a specific date in "Renewal due date" field - Click "Yes, renew" - SUCCESS: The due date is set to your specified date 8. Test SpecifyDueDate preference interaction: - If SpecifyDueDate is enabled and a due date is set via that interface, it should take precedence over renewonholdduedate TECHNICAL NOTES: The fix ensures that when `renewonholdduedate` is empty (empty string), it's passed through to AddIssue which then calls AddRenewal. The improved empty string handling in C4::Circulation (from the follow-up commit) ensures empty strings are not parsed as "now" but instead trigger proper date calculation based on circulation rules. This matches the behavior fixed in circ/renew.pl and provides a consistent user experience across both circulation interfaces. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37966 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|martin.renvoize@openfifth.c |testopia@bugs.koha-communit |o.uk |y.org -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37966 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew@bywatersolutions.com | |, | |jonathan.druart@gmail.com, | |nick@bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37966 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA QA Contact|testopia@bugs.koha-communit |martin.renvoize@openfifth.c |y.org |o.uk -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37966 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |26.05.00 released in| | Status|Passed QA |Pushed to main -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37966 --- Comment #19 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- Nice work everyone! Pushed to main for 26.05 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37966 Jacob O'Mara <jacob.omara@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|26.05.00 |26.05.00,25.11.05 released in| | Status|Pushed to main |Pushed to stable -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37966 --- Comment #20 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Thanks all, pushed to 25.11.x -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37966 Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Needs documenting CC| |wainuiwitikapark@catalyst.n | |et.nz --- Comment #21 from Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> --- Enhancement - not backporting to 25.05 -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org