https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447 Joonas Kylmälä <joonas.kylmala@helsinki.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #220 from Joonas Kylmälä <joonas.kylmala@helsinki.fi> --- C4::Biblio::DelBiblio, and some of the code calling it only checks whether items exists before deleting the biblio. We need to check also if holdings records exists in the biblio before it can be deleted. A listing of things to fix (search for DelBiblio): - C4/Acquisition.pm - misc/batchdeletebiblios.pl - svc/bib - misc/cronjobs/delete_records_via_leader.pl Maybe some more might exists but these at least should be fixed before merging. -- You are receiving this mail because: You are watching all bug changes.