https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37867
--- Comment #1 from Janusz Kaczmarek <[email protected]> --- Created attachment 171194 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=171194&action=edit Bug 37867: (Bug 36794 follow-up) Warning "Use of uninitialized value in substitution..." while creating a new bibliographical record After applying the patch 36794 a warning: Use of uninitialized value in substitution (s///) at /kohadevbox/koha/Koha/UI/Form/Builder/Biblio.pm line 53. is being generated when creating a new bibliographical record. Test plan: ========== 1. From the Cataloging module choose "New record". 2. Check the plack-intranet-error.log file--you should see a warning: "Use of uninitialized value in substitution (s///) at /kohadevbox/koha/Koha/UI/Form/Builder/Biblio.pm". 3. Apply the patch; restart_all. 4. Repeat p. 1. There should be no new warning in plack-intranet-error.log. Sponsored-by: Ignatianum University in Cracow -- 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/
