https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39871
Emily Lamancusa (emlam) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Cannot clear item statuses |Clearing item statuses with |with batch item |batch item modification |modification tool |tool does not work | |correctly Text to go in the|This fixes a bug with the |This fixes a bug with the release notes|Batch item modification |Batch item modification |tool. Previously, if |tool. Previously, if |library staff tried to |library staff tried to |clear the items' |clear the items' |not-for-loan, withdrawn, or |not-for-loan, withdrawn, |damaged status using the |lost, or damaged status |Batch item modification |using the Batch item |tool, the job would fail |modification tool, the |and items would not be |fields would not be cleared |modified. Now the tool can |correctly. Depending on the |be used to clear those |database settings, the job |fields, just like any other |might fail completely and |non-mandatory field. |the items wouldn't be | |modified at all, or else | |the status would be | |cleared, but the status | |date (such as withdrawn_on | |or itemlost_on) would not | |be cleared. Now the tool | |can be used to clear those | |fields, just like any other | |non-mandatory field. --- Comment #14 from Emily Lamancusa (emlam) <[email protected]> --- As it turns out, this bug manifests differently on production servers if they have SQL strict mode turned off. Without strict mode, the batch edit completes successfully, but the withdrawn_on, itemlost_on, etc date is not cleared. It's probably not necessary to go back and change the release notes for 25.05.02 and 24.11.08 since no one else has reported that bug, but I'll change them for 25.11 at least. Mostly I wanted to make a note on the off chance that another library notices their withdrawn_on/itemlost_on/etc dates aren't getting cleared, otherwise they have no way of knowing this is the same bug. (Hopefully this will save someone else from spending a bunch of time trying to track down the bug like I just did!) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
