3 Nov
2021
3 Nov
'21
2:37 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24674 --- Comment #29 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Try this: use Modern::Perl; use Data::Dumper qw/Dumper/; use C4::Biblio; print C4::Biblio::_adjust_pubyear('2xx'); 19.11 => 2000 master (without this patch) => Use of uninitialized value in print at zz line 5. (Changes between 19,11 and master: now returns undef) Both cases are not what we expected. This passed QA. I would recommend to push it. Further fixes may follow. -- You are receiving this mail because: You are watching all bug changes.