View | Details | Raw Unified | Return to bug 23150
Collapse All | Expand All

(-)a/opac/opac-memberentry.pl (-1 / +1 lines)
Lines 366-371 sub GetMandatoryFields { Link Here
366
      C4::Context->preference("PatronSelfRegistrationBorrowerMandatoryField");
366
      C4::Context->preference("PatronSelfRegistrationBorrowerMandatoryField");
367
367
368
    my @fields = split( /\|/, $BorrowerMandatoryField );
368
    my @fields = split( /\|/, $BorrowerMandatoryField );
369
    push @fields, 'gdpr_proc_consent' if C4::Context->preference('GDPR_Policy') && $action eq 'create';
369
370
370
    foreach (@fields) {
371
    foreach (@fields) {
371
        $mandatory_fields{$_} = 1;
372
        $mandatory_fields{$_} = 1;
372
- 

Return to bug 23150