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

(-)a/admin/categories.pl (-2 / +1 lines)
Lines 168-174 elsif ( $op eq 'cud-add_validate' ) { Link Here
168
    $searchfield = q||;
168
    $searchfield = q||;
169
    $op = 'list';
169
    $op = 'list';
170
}
170
}
171
elsif ( $op eq 'cud-delete_confirm' ) {
171
elsif ( $op eq 'delete_confirm' ) {
172
172
173
    my $count = Koha::Patrons->search({
173
    my $count = Koha::Patrons->search({
174
        categorycode => $categorycode
174
        categorycode => $categorycode
175
- 

Return to bug 37152