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

(-)a/opac/opac-memberentry.pl (-1 / +1 lines)
Lines 522-527 sub ParseCgiForBorrower { Link Here
522
    # Replace checkbox 'agreed' by datetime in gdpr_proc_consent
522
    # Replace checkbox 'agreed' by datetime in gdpr_proc_consent
523
    $borrower{gdpr_proc_consent} = dt_from_string() if  $borrower{gdpr_proc_consent} && $borrower{gdpr_proc_consent} eq 'agreed';
523
    $borrower{gdpr_proc_consent} = dt_from_string() if  $borrower{gdpr_proc_consent} && $borrower{gdpr_proc_consent} eq 'agreed';
524
524
525
    delete $borrower{flags};
525
    return %borrower;
526
    return %borrower;
526
}
527
}
527
528
528
- 

Return to bug 28929