https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447
Joonas Kylmälä <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #220 from Joonas Kylmälä <[email protected]> --- 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. _______________________________________________ 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/
