|
Lines 129-135
$template->param(do_it => 1,
Link Here
|
| 129 |
results_loop => \@results, |
129 |
results_loop => \@results, |
| 130 |
); |
130 |
); |
| 131 |
|
131 |
|
| 132 |
$template->param( branchloop => GetBranchesLoop(C4::Context->userenv->{'branch'})); |
132 |
$template->param( branchloop => GetBranchesLoop(C4::Context->userenv?C4::Context->userenv->{'branch'}:'')); |
| 133 |
|
133 |
|
| 134 |
# the index parameter is different for item-level itemtypes |
134 |
# the index parameter is different for item-level itemtypes |
| 135 |
my $itype_or_itemtype = (C4::Context->preference("item-level_itypes"))?'itype':'itemtype'; |
135 |
my $itype_or_itemtype = (C4::Context->preference("item-level_itypes"))?'itype':'itemtype'; |
| 136 |
- |
|
|