https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19080 --- Comment #5 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Owen Leonard from comment #3)
I had problems with several of the modified scripts:
members/deletemem.pl - Loads the logged-in patron's account into circulation instead of showing the message.
Indeed, wrong variable. Fixed!
members/member-flags.pl & members/member-password.pl - Load circ with empty borrowernumber parameter and no message
members/memberentry.pl - Loads "modify patron" form with no data. No redirect.
members/update-child.pl - "An Error Occurred" 500 Internal Server Error
I think you got that because called these scripts only with the borrowernumber parameter. Most of them need a "op" variable to behave correctly. I guess you get the same behaviour with an existing borrowernumber. -- You are receiving this mail because: You are watching all bug changes.