https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23199
--- Comment #2 from Arthur Suzuki <[email protected]> --- Created attachment 90983 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=90983&action=edit Bug 23199 : move uppercasesurname from memberentry.pl to Koha::Patron In memberentry.pl uppercasesurname transform is applied both on patron creation and update (save || insert). Therefore I moved the transformation a bit earlier in Koha::Patron so that it's apply both in "AddMember" and "ModMember" Same test plan applies -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ 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/
