[Koha-bugs] [Bug 16499] circulation.pl logs warnings about Use of uninitialized value

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 11 16:07:54 CEST 2016


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

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 51436
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51436&action=edit
Bug 16499: Remove "Use of uninitialized value" warnings in circulation.pl

If you search for a patron in the circulation module, you get:

Use of uninitialized value $barcode in string eq at
/home/koha/src/circ/circulation.pl line 84.
Use of uninitialized value $restoreduedatespec in string eq at
/home/koha/src/circ/circulation.pl line 170.

Test plan:
- Search for a patron and confirm the warnings are not displayed anymore
- Make sure this patch does not introduce regression on bug 14015

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


More information about the Koha-bugs mailing list