Lines 734-740
if ($frameworkcode eq 'FA'){
Link Here
|
734 |
'stickyduedate' => $fa_stickyduedate, |
734 |
'stickyduedate' => $fa_stickyduedate, |
735 |
'duedatespec' => $fa_duedatespec, |
735 |
'duedatespec' => $fa_duedatespec, |
736 |
); |
736 |
); |
737 |
} elsif ( $op ne "delete" && C4::Context->preference('EnableAdvancedCatalogingEditor') && $input->cookie( 'catalogue_editor_' . $loggedinuser ) eq 'advanced' && !$breedingid ) { |
737 |
} elsif ( $op ne "delete" && C4::Context->preference('EnableAdvancedCatalogingEditor') && C4::Auth::haspermission($loggedinuser,{'editcatalogue'=>'advanced_editor'}) && $input->cookie( 'catalogue_editor_' . $loggedinuser ) eq 'advanced' && !$breedingid ) { |
738 |
# Only use the advanced editor for non-fast-cataloging. |
738 |
# Only use the advanced editor for non-fast-cataloging. |
739 |
# breedingid is not handled because those would only come off a Z39.50 |
739 |
# breedingid is not handled because those would only come off a Z39.50 |
740 |
# search initiated by the basic editor. |
740 |
# search initiated by the basic editor. |