https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22139
--- Comment #7 from Kris Sinnaeve <[email protected]> --- 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. _______________________________________________ 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/
