http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10126
Chris Cormack <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #32092|0 |1 is obsolete| | --- Comment #3 from Chris Cormack <[email protected]> --- Created attachment 32100 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32100&action=edit Bug 10126: Remove my variables at module level In C4::Reports::Guided, a lot of variables was defined at module level and reused in subroutine. I didn't find any problem with Plack, so I'm not sure this patch is useful. Test plan: Verify there is no more ^my in the module and you don't find any regression with the guided reports tools (with and without Plack) Signed-off-by: Chris Cormack <[email protected]> I'm unsure if this is needed, but I have verified it causes no regressions -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
