Lines 66-72
if ( $op eq 'add_form' ) {
Link Here
|
66 |
is_a_parent => $itemtype ? Koha::ItemTypes->search({parent_type=>$itemtype_code})->count : 0, |
66 |
is_a_parent => $itemtype ? Koha::ItemTypes->search({parent_type=>$itemtype_code})->count : 0, |
67 |
imagesets => $imagesets, |
67 |
imagesets => $imagesets, |
68 |
searchcategory => $searchcategory, |
68 |
searchcategory => $searchcategory, |
69 |
branches_loop => \@branches_loop, |
|
|
70 |
); |
69 |
); |
71 |
} elsif ( $op eq 'add_validate' ) { |
70 |
} elsif ( $op eq 'add_validate' ) { |
72 |
my $is_a_modif = $input->param('is_a_modif'); |
71 |
my $is_a_modif = $input->param('is_a_modif'); |
73 |
- |
|
|