[Koha-bugs] [Bug 24361] Fix warnings (or failing tests) from bug 24217

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 7 14:20:33 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24361

--- Comment #2 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 96892
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96892&action=edit
Bug 24361: (bug 24217 follow-up) Fix several warnings in C4 modules

With bug 24217 pushed, lot of warnings appears during the tests are run.
Most of them are "Use of uninitialized value in "

Test plan:
Take a look at the output of run 1049
https://jenkins.koha-community.org/job/Koha_Master_D9/1049/consoleFull

Most of the warnings from this run will be removed by this patch

At least 2 are not fixed:
Use of uninitialized value in numeric eq (==) at
/kohadevbox/koha/C4/Reserves.pm line 791.
t/db_dependent/Items_DelItemCheck.t => see 23463

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list