https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32656 Bug ID: 32656 Summary: Script delete_records_via_leader.pl no longer deletes items Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: kyle@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org Bug 29788 inadvertantly replaced a call to safe_delete() with safe_to_delete() such that any time the script should delete an item it only checks to see if the item is delectable, after which deletion of the record fails because the items were not deleted. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.