9 Apr
2026
9 Apr
'26
2:32 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42303 --- Comment #1 from Emmi Takkinen <emmi.takkinen@koha-suomi.fi> --- I'm wondering, could we check in sub safe_to_delete if deleting the item doesn't fail on constraint error? Now it checks if item is on loan or reserved etc. and if not, item is moved to deleteditems table. But when actual delete method fails, the item is still kept in deleteditems table even though it wasn't deleted from items table. Or maybe we could revert the move to the deleteditems table? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.