Lines 81-87
if ( $op eq 'add_form' ) {
Link Here
|
81 |
$cache->clear_from_cache("MarcSubfieldStructure-$frameworkcode"); |
81 |
$cache->clear_from_cache("MarcSubfieldStructure-$frameworkcode"); |
82 |
$cache->clear_from_cache("MarcCodedFields-$frameworkcode"); |
82 |
$cache->clear_from_cache("MarcCodedFields-$frameworkcode"); |
83 |
$op = 'list'; |
83 |
$op = 'list'; |
84 |
} elsif ( $op eq 'cud-delete_confirm' ) { |
84 |
} elsif ( $op eq 'delete_confirm' ) { |
85 |
my $framework = Koha::BiblioFrameworks->find($frameworkcode); |
85 |
my $framework = Koha::BiblioFrameworks->find($frameworkcode); |
86 |
my $count = Koha::Biblios->search( { frameworkcode => $frameworkcode, } )->count; |
86 |
my $count = Koha::Biblios->search( { frameworkcode => $frameworkcode, } )->count; |
87 |
|
87 |
|
88 |
- |
|
|