[Koha-bugs] [Bug 23199] Koha::Patron->store and uppercasesurname syspref

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 25 11:51:26 CEST 2019


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

--- Comment #2 from Arthur Suzuki <arthur.suzuki at biblibre.com> ---
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.


More information about the Koha-bugs mailing list