[Koha-bugs] [Bug 27548] Warnings "use of uninitialized value" on branchoverdues.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 26 00:23:01 CET 2021


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

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #115781|0                           |1
        is obsolete|                            |

--- Comment #2 from David Nind <david at davidnind.com> ---
Created attachment 115794
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115794&action=edit
Bug 27548: "use of uninitialized value" warning on branchoverdues.pl

On the beginning we have empty "location" parameter for this form, but that not
taken into account in comparison and undef warning emitted: "Use of
uninitialized value $location in string eq at
/usr/share/koha/intranet/cgi-bin/circ/branchoverdues.pl line 72" in
branchoverdues.pl
Fixed by adding pre-check for $location.

To reproduce:
    1) Head over to "Circulation ->Overdues with fines" page. Check
intranet-error.log where there will be many warnings "Use of uninitialized
value $location in string eq at
/usr/share/koha/intranet/cgi-bin/circ/branchoverdues.pl line 72".
    2) Apply the patch, refresh the "Overdues with fines" page.
    3) Ensure that the new "use of uninitialized value" warnings didn't appear
in the console.

Signed-off-by: David Nind <david at davidnind.com>

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


More information about the Koha-bugs mailing list