]> git.koha-community.org Git - koha.git/commit
Bug 29758: Get rid of warning in members/boraccount.pl
authorTomas Cohen Arazi <tomascohen@theke.io>
Thu, 23 Dec 2021 18:51:52 +0000 (15:51 -0300)
committerFridolin Somers <fridolin.somers@biblibre.com>
Wed, 19 Jan 2022 07:15:04 +0000 (21:15 -1000)
commit34248e5805e03808e4408b8ae772a8175c9d1e3c
tree431b689e753836bb9de612af96c2a1eabb8889f3
parentae91a0b5db0024876e230106118b147bbe81af27
Bug 29758: Get rid of warning in members/boraccount.pl

This patch removes a noisy warning found in production logs.

To test:
1. Run:
   $ tail -f /var/log/koha/kohadev/plack-intranet-error.log
2. Open the 'Accounting' tab for a patron, then click on 'Transactions'
=> FAIL: You see this kind of warning in the logs:

[WARN] CGI::param called in list context from...
3. Apply this patch
4. Repeat 2 (change tab and go back)
=> SUCCESS: No more warning!
5. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
members/boraccount.pl