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