Bug 20201: Silence warnings triggered by admin/aqplan.pl
authorMark Tompsett <mtompset@hotmail.com>
Wed, 14 Feb 2018 20:19:01 +0000 (20:19 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 23 Mar 2018 10:28:29 +0000 (10:28 +0000)
commitd088816f8a833358557454e84bdbf04a0b7f3232
tree5f001308a08e2e3b159af4c78f3cc3e40c3caa9e
parentf20b91d61b0cfbce6d036b94c08f169bde21bdb2
Bug 20201: Silence warnings triggered by admin/aqplan.pl

TEST PLAN
---------
0) back up DB
1) Run the following commands on a kohadevbox:
    reset_all
    git bz apply 20185
    echo | sudo tee /var/log/koha/kohadev/plack-error.log
    restart_all
2) Navigate in a staff client:
    Home -> Administration -> Budgets -> Edit -> Planning by libraries
   -- could be any of the planning, but by libraries is nicely visible
   on screen.
3) Run the following commands:
    cat /var/log/koha/kohadev/plack-error.log
   -- several warnings.
4) Run the following commands:
    git bz apply 20201
    echo | sudo tee /var/log/koha/kohadev/plack-error.log
    restart_all
5) repeat step 2 and refresh the staff client page.
   -- this time warnings related to aqplan.pl are not there.
6) run koha qa test tools

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Conflicts:
admin/aqplan.pl

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
admin/aqplan.pl