[Koha-bugs] [Bug 23150] GDPR feature breaks patron self modification on OPAC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 24 18:52:20 CEST 2019


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

--- Comment #17 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
I am not sure, but this appears seems to be ok in 18.11:

    my @fields = split( /\|/, $BorrowerMandatoryField );
    push @fields, 'gdpr_proc_consent' if C4::Context->preference('GDPR_Policy')
&& $action eq 'create';

    foreach (@fields) {

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


More information about the Koha-bugs mailing list