[Koha-bugs] [Bug 25769] Patron self modification triggers change request for date of birth to null

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 16 14:06:33 CEST 2020


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

--- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 105908
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=105908&action=edit
Bug 25769: Patron self modification triggers change request for date of birth
to null

If PatronSelfModificationBorrowerUnwantedField contains dateofbirth, all
patron self modification requests will attempt to set dateofbirth to
null instead of ignoring the field.

Test Plan:
1) Add dateofbirth to PatronSelfModificationBorrowerUnwantedField
2) Run a patron self modification
3) Note the request sets dateofbirth to null on the staff side
4) Apply this patch
5) Restart all the things!
6) Run another self-modification
7) Note of the staff side that dateofbirth is unaffected

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list