Bug 14603

Summary: Warns when checking in items
Product: Koha Reporter: Aleisha Amohia <aleisha>
Component: CirculationAssignee: Bugs List <koha-bugs>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, joonas.kylmala, kyle.m.hall
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Aleisha Amohia 2015-07-27 04:58:36 UTC
To reproduce, check in an item by typing the barcode into the 'Check in' bar at the top

returns.pl: Use of uninitialized value $holdingBranch in string eq at /home/vagrant/kohaclone/circ/returns.pl line 619
returns.pl: Use of uninitialized value $collectionBranch in string eq at /home/vagrant/kohaclone/circ/returns.pl line 619

If the item is not checked out, you'll also see this warn:

returns.pl: Use of uninitialized value in hash element at /home/vagrant/kohaclone/circ/returns.pl line 465.
Comment 1 Aleisha Amohia 2015-08-03 05:20:46 UTC
Also started getting these warns when I tried to check in the same barcode that wasn't already checked out, multiple times:

returns.pl: Use of uninitialized value in concatenation (.) or string at /home/vagrant/kohaclone/circ/returns.pl line 386
returns.pl: Use of uninitialized value in hash element at /home/vagrant/kohaclone/circ/returns.pl line 466
Comment 2 Joonas Kylmälä 2015-08-19 07:34:54 UTC
I can't confirm returns.pl: Use of uninitialized value $holdingBranch in string eq at kohaclone/circ/returns.pl line 619. Can you give more specific instructions to reproduce, like which type of an item you checked out etc.
Comment 3 Aleisha Amohia 2016-01-21 21:30:10 UTC
I can't reproduce this anymore :)