Koha/circ
Mark Tompsett 37efde57d2 Bug 8880 - Uninitialized variables trigger error log entries
Simply by logging in, clicking Circulation, clicking the
'Check out' link, error log entries were generated.

This patch ensures $findborrower, $barcode, and $print are all
initialized by adding "|| q{}" onto their initializations.
This reduces the silent error log entries generated.

As this patch would overlap with bug 8826 in the initialization
of hashes to prevent other error logs, those changes are in this
patch. Applying this patch without having applied the patch for
bug 8826.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Passed-QA-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
2012-11-20 07:18:03 -05:00
..
add_message.pl
bookcount.pl
branchoverdues.pl Bug 8077 - overdues with fines won't run 2012-05-21 18:29:26 +02:00
branchtransfers.pl Fix for Bug 7123 - barcode should be one word 2011-12-13 17:48:02 +01:00
circulation-home.pl Fix for bug 6243 - Link to fast cataloging missing from circulation home page 2011-04-22 06:57:40 +12:00
circulation.pl Bug 8880 - Uninitialized variables trigger error log entries 2012-11-20 07:18:03 -05:00
del_message.pl
hold-transfer-slip.pl bug_7001: Issue and Reserve slips are notices. 2012-03-09 10:11:20 +01:00
overdue.pl Bug 8251 - Follow up, use 'day' instead of 'days' for Datetime::truncate 2012-07-16 13:45:45 +02:00
pendingreserves.pl Bug 8454 - Holds to Pull : Show pull list on load. Otherwise, it looks like the pull list is empty. 2012-10-03 15:56:23 +02:00
reserveratios.pl bug 6724: enable decimals on values greater than 1 2011-09-07 08:39:18 +12:00
returns.pl Bug 3387 - WITHDRAWN items shouldn't check in 2012-10-01 17:07:53 +02:00
selectbranchprinter.pl Bug 6841 - A member with cataloging permissions cannot change branches (when independent branches is set on) 2011-09-14 21:44:03 +12:00
stats.pl
transfer-slip.pl bug_7001: Issue and Reserve slips are notices. 2012-03-09 10:11:20 +01:00
transferstoreceive.pl
view_holdsqueue.pl bug_5911: Transport Cost Matrix 2012-09-12 14:49:25 +02:00
waitingreserves.pl Bug 8213 - "Cancel All" button on holds over tab cancels both holds over and holds waiting 2012-10-25 18:21:35 +02:00
ypattrodue-attr-search-authvalue.pl Bug 7747 - Replace YUI autocomplete with jQueryUI 2012-05-31 18:07:55 +02:00
ysearch.pl Bug 7747 - Replace YUI autocomplete with jQueryUI 2012-05-31 18:07:55 +02:00