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)
committerKyle Hall <kyle@bywatersolutions.com>
Mon, 7 Feb 2022 11:17:21 +0000 (06:17 -0500)
commit990eccdec3bc655e716fb7e1206fc032b8eb037f
treebd7501f210418e3a9b5debc4c6c4169569a1a181
parentaf9081f9e12ac1a3165e425a7991604a39b917fb
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>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
members/boraccount.pl