Bug 7851 - circ/circulation.pl plack scoping
authorDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 30 Mar 2012 16:58:53 +0000 (18:58 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Tue, 3 Apr 2012 16:14:19 +0000 (18:14 +0200)
commit53a7fb7ba383e6925198fb1a69bdcabd3b8d858c
tree7a37a553f64bd99db54f11d926d5cc5224ce106b
parent4fe0af468bf017a46ada8858ef6c0493f3c76321
Bug 7851 - circ/circulation.pl plack scoping

Errors:

Variable "$totalprice" is not available at /srv/koha/circ/circulation.pl line 448.
Variable "%renew_failed" is not available at /srv/koha/circ/circulation.pl line 456.
Variable "$todaysdate" is not available at /srv/koha/circ/circulation.pl line 458.
Variable "@todaysissues" is not available at /srv/koha/circ/circulation.pl line 459.
Variable "@relissues" is not available at /srv/koha/circ/circulation.pl line 459.
Variable "@previousissues" is not available at /srv/koha/circ/circulation.pl line 461.
Variable "@relprevissues" is not available at /srv/koha/circ/circulation.pl line 461.

Test scenario:
1. go to circulation page
2. verify errors in console output of plack
3. apply patch
4. reload and verify that errors are gone

Signed-off-by: Alex Arnaud <alex.arnaud@biblibre.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
circ/circulation.pl