]> git.koha-community.org Git - koha.git/commit
Bug 18716: Remove CGI::param warns from updatesupplier.pl
authorTomas Cohen Arazi <tomascohen@theke.io>
Fri, 2 Jun 2017 02:52:07 +0000 (23:52 -0300)
committerKatrin Fischer <katrin.fischer.83@web.de>
Tue, 13 Jun 2017 06:02:08 +0000 (08:02 +0200)
commitb64e0dfdbcc1a944b23d9a6eacb2b86cf14ea60f
treee0b8d6e6c09ef4742114704048070a792586bee3
parent08a2513df4cc7d7b853e3cdfe93f24cb149a28e7
Bug 18716: Remove CGI::param warns from updatesupplier.pl

This script floods the logs with this kind of warnings.

To test:
- Run:
  $ koha-plack-err
- Edit a vendor in the acquisitions module
- Save
=> FAIL: Logs show lots of warnings that look like:
 CGI::param called in list context from package CGI::Compile::ROOT::home_vagrant_kohaclone_acqui_updatesupplier_2epl
- Apply this patch
- Run:
  $ restart_all
  $ koha-plack-err
- Edit a vendor, add/delete vendor contacts
=> SUCESS: No more warnings
- Verify editing and storing vendor contacts works as expected.
- Sign off :-D

Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit c35932923407e9ec088957f877e8607289b6b914)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit 9c2d9c89a437605308ebf58d45fca858a3f56593)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
acqui/updatesupplier.pl