https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22910 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy@rijksmuseum.nl --- Comment #9 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (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.