27 May
2025
27 May
'25
10:41 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40003 --- Comment #1 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 182791 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=182791&action=edit Bug 40003: Remove warning from log when creating a new bib record Test plan: Hit cataloguing/addbiblio.pl?frameworkcode=FA Without this patch you get warnings in the Koha log file: Use of uninitialized value in string eq at /kohadevbox/koha/cataloguing/addbiblio.pl line 572. Use of uninitialized value in substitution (s///) at /kohadevbox/koha/Koha/UI/Form/Builder/Biblio.pm line 55. with this patch applied: no warning -- You are receiving this mail because: You are watching all bug changes.