[Koha-bugs] [Bug 20447] Add support for MARC holdings records

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 28 10:56:23 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

Joonas Kylmälä <joonas.kylmala at helsinki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #220 from Joonas Kylmälä <joonas.kylmala at 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.


More information about the Koha-bugs mailing list