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.
Created attachment 171194 [details] [review] 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
Created attachment 171206 [details] [review] 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 Signed-off-by: Owen Leonard <oleonard@myacpl.org>
*** This bug has been marked as a duplicate of bug 37870 ***