Bug 14603 - Warns when checking in items
Summary: Warns when checking in items
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-27 04:58 UTC by Aleisha Amohia
Modified: 2016-12-05 21:23 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 :)