Lines 576-581
if ((!$nok) and $nodouble and ($op eq 'cud-insert' or $op eq 'cud-save')){
Link Here
|
576 |
if (C4::Context->preference('ExtendedPatronAttributes') and $input->param('setting_extended_patron_attributes')) { |
576 |
if (C4::Context->preference('ExtendedPatronAttributes') and $input->param('setting_extended_patron_attributes')) { |
577 |
$patron->extended_attributes->filter_by_branch_limitations->delete; |
577 |
$patron->extended_attributes->filter_by_branch_limitations->delete; |
578 |
$patron->extended_attributes($extended_patron_attributes); |
578 |
$patron->extended_attributes($extended_patron_attributes); |
|
|
579 |
$patron->set( { updated_on => "" } )->store; |
579 |
} |
580 |
} |
580 |
|
581 |
|
581 |
if ( $destination eq 'circ' and not C4::Auth::haspermission( C4::Context->userenv->{id}, { circulate => 'circulate_remaining_permissions' } ) ) { |
582 |
if ( $destination eq 'circ' and not C4::Auth::haspermission( C4::Context->userenv->{id}, { circulate => 'circulate_remaining_permissions' } ) ) { |
582 |
- |
|
|