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

(-)a/members/memberentry.pl (-1 / +1 lines)
Lines 582-587 if ((!$nok) and $nodouble and ($op eq 'insert' or $op eq 'save')){ Link Here
582
        if (C4::Context->preference('ExtendedPatronAttributes') and $input->param('setting_extended_patron_attributes')) {
582
        if (C4::Context->preference('ExtendedPatronAttributes') and $input->param('setting_extended_patron_attributes')) {
583
            $patron->extended_attributes->filter_by_branch_limitations->delete;
583
            $patron->extended_attributes->filter_by_branch_limitations->delete;
584
            $patron->extended_attributes($extended_patron_attributes);
584
            $patron->extended_attributes($extended_patron_attributes);
585
            $patron->set( { updated_on => "" } )->store;
585
        }
586
        }
586
587
587
        if ( $destination eq 'circ' and not C4::Auth::haspermission( C4::Context->userenv->{id}, { circulate => 'circulate_remaining_permissions' } ) ) {
588
        if ( $destination eq 'circ' and not C4::Auth::haspermission( C4::Context->userenv->{id}, { circulate => 'circulate_remaining_permissions' } ) ) {
588
- 

Return to bug 35508