]> 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)
committerAndrew Fuerste-Henry <andrew@bywatersolutions.com>
Fri, 11 Feb 2022 18:53:57 +0000 (18:53 +0000)
commitb71eebaf6aeda4d88cf6c8be9afc65228370f0dc
tree6af35a2719e4c6744f3631270d9fc8d1701260b5
parent17a173dacc2fb77c5cb1c816f3e8892eba5e8d2f
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>
(cherry picked from commit 990eccdec3bc655e716fb7e1206fc032b8eb037f)

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
members/boraccount.pl