Summary: | Plack variable scoping in tools/overduerules | ||
---|---|---|---|
Product: | Koha | Reporter: | Paul Poulain <paul.poulain> |
Component: | Tools | Assignee: | Paul Poulain <paul.poulain> |
Status: | CLOSED FIXED | QA Contact: | Mason James <mtj> |
Severity: | blocker | ||
Priority: | P5 - low | CC: | chris, mtj |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 7172 | ||
Attachments: |
Bug 5904 fix Plack scoping for overduerules.pl
Bug 8904: fix Plack scoping for overduerules.pl |
Description
Paul Poulain
2012-10-11 13:11:38 UTC
Created attachment 13185 [details] [review] Bug 5904 fix Plack scoping for overduerules.pl There are 2 Plack scoping errors in tools/overduerules.pl: the local sub blank_row require that @rule_params and input are global Upgrading severity to BLO, because it's a blocker for Plack Created attachment 13198 [details] [review] Bug 8904: fix Plack scoping for overduerules.pl There are 2 Plack scoping errors in tools/overduerules.pl: the local sub blank_row require that @rule_params and input are global Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> (In reply to comment #3) > Created attachment 13198 [details] [review] > Bug 8904: fix Plack scoping for overduerules.pl > > There are 2 Plack scoping errors in tools/overduerules.pl: > the local sub blank_row require that @rule_params and input are global > > Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> patch looks good and works as stated, passing QA... $ koha-qa.pl -c 1 testing 1 commit(s) (applied to commit dcf4a9b) * fa2cf71 Bug 8904: fix Plack scoping for overduerules.pl tools/overduerules.pl * tools/overduerules.pl OK This patch has been pushed to master. Patch pushed to branch 3.10.x Released in 3.10.0 |