https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38769 --- Comment #7 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- 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.