https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22910
Marcel de Rooy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #9 from Marcel de Rooy <[email protected]> --- (In reply to paxed from comment #7) > Seems like this depends on the system - It works on my test environment, but > on another the patron_attributes_form sub cannot see the $op variable. I > have no idea why. With Plack, you should not use the $op from global level in a subroutine. You should pass it. Which you do now and that is fine! -- 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/
