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

(-)a/members/memberentry.pl (-2 / +1 lines)
Lines 221-227 if ( $op eq 'insert' || $op eq 'modify' || $op eq 'save' || $op eq 'duplicate' ) Link Here
221
        qr/^\d+-DAYS/,
221
        qr/^\d+-DAYS/,
222
        qr/^patron_attr_/,
222
        qr/^patron_attr_/,
223
        qr/^csrf_token$/,
223
        qr/^csrf_token$/,
224
        qr/^add_debarment$/, qr/^debarred_expiration$/, # We already dealt with debarments previously
224
        qr/^add_debarment$/, qr/^debarred_expiration$/, qr/^remove_debarment$/, # We already dealt with debarments previously
225
        qr/^housebound_chooser$/, qr/^housebound_deliverer$/,
225
        qr/^housebound_chooser$/, qr/^housebound_deliverer$/,
226
        qr/^select_city$/,
226
        qr/^select_city$/,
227
    );
227
    );
228
- 

Return to bug 23082