2 May
2017
2 May
'17
10:58 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17944 --- Comment #39 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Alex, Please squash all the patches and resubmit, for readability ;) For the check, I think the best would be to override Koha::Object->delete from Koha::ItemType->delete (`git grep 'sub delete' Koha` for examples), and raise an exception if the item type cannot be deleted. You will need to surround the ->delete call with an eval in the pl script. Let me known if you have any questions about this suggestion. -- You are receiving this mail because: You are watching all bug changes.