Koha/circ
Joonas Kylmälä 513b1160bc Bug 28167: Remove uninitialized variable warnings from circ/set-library.pl
With UseCashRegisters syspref disabled going to the page
/cgi-bin/koha/circ/set-library.pl in staff interface and setting a
library gives the following errors in plack-intranet-error.log:

Use of uninitialized value $register_id in string ne at /kohadevbox/koha/circ/set-library.pl line 79.
Use of uninitialized value $referer in pattern match (m//) at /kohadevbox/koha/circ/set-library.pl line 114.

In the if clause $userenv_register_id appears to be typoed, it should have
been $register_id as $userenv_register_id is always defined. As for the
$referer variable, it is undef if there is no referer so let's just initialize
it to an empty string for the regex so it doesn't give the warning.

To test:
 1) Go directly to /cgi-bin/koha/circ/set-library.pl by typing it in
    the URL bar and set a library
 2) Make sure plack-intranet-error.log doesn't contain the above mentioned errors
    after applying this patch

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 8e25fa1dc5)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
2022-10-31 22:41:21 +00:00
..
add_message.pl
article-request-slip.pl Bug 29771: Scalar context for split 2022-03-08 23:03:34 -10:00
article-requests.pl
bookcount.pl
branchoverdues.pl
branchtransfers.pl Bug 30409: barcodedecode() should always trim barcode 2022-07-13 19:44:18 +00:00
checkout-notes.pl
circulation-home.pl
circulation.pl Bug 30905: Show waiting recalls in patron account 2022-08-23 19:43:54 +00:00
del_message.pl
hold-transfer-slip.pl
offline-mf.pl
offline.pl
on-site_checkouts.pl
overdue.pl Bug 30735: Fix filtering by patron attribute with AV in overdues report 2022-05-18 17:22:09 -10:00
pendingreserves.pl Bug 30935: Holds to pull shows wrong first patron 2022-08-23 19:41:21 +00:00
renew.pl Bug 30409: barcodedecode() should always trim barcode 2022-07-13 19:44:18 +00:00
request-article.pl Bug 30094: Make the patron search from request-article.pl use the REST API 2022-04-04 09:47:00 +02:00
reserveratios.pl
returns.pl Bug 30409: barcodedecode() should always trim barcode 2022-07-13 19:44:18 +00:00
set-library.pl Bug 28167: Remove uninitialized variable warnings from circ/set-library.pl 2022-10-31 22:41:21 +00:00
transfer-slip.pl
transfers_to_send.pl
transferstoreceive.pl Bug 19532: (RM follow-up) More use of system preference 2022-03-14 23:11:12 -10:00
view_holdsqueue.pl
waitingreserves.pl Bug 29771: Scalar context for split 2022-03-08 23:03:34 -10:00
ysearch.pl Bug 30251: (bug 10902 follow-up) With IndependentBranches non-superlibrarians do not get autocomplete list in circulation module 2022-03-25 11:01:04 -10:00