https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38769
--- Comment #7 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 192314 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=192314&action=edit Bug 38769: (follow-up) Exclude consents from approve() method The approve() method in Koha::Patron::Modification is used for staff approval of patron profile updates. Since the 'consents' field is specific to self-registration and is handled separately in opac-registration-verify.pl, we need to explicitly delete it from the data hash to prevent any potential issues. This matches the pattern used for extended_attributes. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
