[Koha-bugs] [Bug 22910] Do not copy unique patron attributes to duplicated patron

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 31 11:12:21 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22910

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m.de.rooy at rijksmuseum.nl

--- Comment #9 from Marcel de Rooy <m.de.rooy at 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.


More information about the Koha-bugs mailing list