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

--- Comment #9 from Baptiste Wojtkowski (bwoj) 
<[email protected]> ---
Created attachment 198971
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198971&action=edit
Bug 41940: Remove uninitialized value warnings in circulation.pl

The warnings:

[WARN] Use of uninitialized value $patron_session_confirmation in split
   at /kohadevbox/koha/circ/circulation.pl line 493.
[WARN] Use of uninitialized value $patron_for_session in numeric eq (==)
   at /kohadevbox/koha/circ/circulation.pl line 494.
[WARN] Use of uninitialized value $session_confirmations in split
   at /kohadevbox/koha/circ/circulation.pl line 495.

appears in the plack-intranet-error.log.

Test plan:
==========
1. Use a fresh KTD, observe plack-intranet-error.log.
2. Have a barcode of existing item.
3. Find any patron and go to "Check out" tab.
4. Check out item.
==> Warnings should appear in plack-intranet-error.log
5. Apply the patch; restart_all.
6. Repeat 2-4 with another barcode.
==> No warnings in plack-intranet-error.log.

Sponsored-by: Ignatianum University in Cracow
Signed-off-by: David Nind <[email protected]>

Bug 41940: (follow-up) Syntax corrections

Signed-off-by: Jonathan Druart <[email protected]>
Signed-off-by: Baptiste Wojtkowski <[email protected]>

-- 
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/

Reply via email to