17 Apr
2019
17 Apr
'19
4:49 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22139 --- Comment #7 from Kris Sinnaeve <kris.sinnaeve@etf.edu> --- This bug is indeed introduced between Koha 18.05 and Koha 18.11 when moving AddMember and ModMember from Members to Patron. I expect it's fixed by adding the following line after storing the new patron: $newdata{'borrowernumber'} = $borrowernumber; -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.