19 Oct
2023
19 Oct
'23
10:31 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35099 --- Comment #2 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 157394 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=157394&action=edit Bug 35099: Defensive coding for bad MARC21 records This patch modernises the get_marc_volumes method to match the form of get_marc_components. The original code was submitted around a similar time but didn't get the modernisations introduced since. We remove the original localised caching as well as putting an eval around the search_simple_compat call to prevent crashes on bad marc records found in the database. -- You are receiving this mail because: You are watching all bug changes.