Lines 329-334
if (C4::Context->preference('AcqCreateItem') eq 'ordering' && !$ordernumber) {
Link Here
|
329 |
|
329 |
|
330 |
$template->param(items => \@itemloop); |
330 |
$template->param(items => \@itemloop); |
331 |
} |
331 |
} |
|
|
332 |
# Get the item types list, but only if item_level_itype is YES. Otherwise, it will be in the item, no need to display it in the biblio |
333 |
my @itemtypes = C4::ItemType->all unless C4::Context->preference('item-level_itypes'); |
332 |
|
334 |
|
333 |
# fill template |
335 |
# fill template |
334 |
$template->param( |
336 |
$template->param( |
Lines 373-378
$template->param(
Link Here
|
373 |
budget_loop => $budget_loop, |
375 |
budget_loop => $budget_loop, |
374 |
isbn => $data->{'isbn'}, |
376 |
isbn => $data->{'isbn'}, |
375 |
seriestitle => $data->{'seriestitle'}, |
377 |
seriestitle => $data->{'seriestitle'}, |
|
|
378 |
itemtypeloop => \@itemtypes, |
376 |
quantity => $data->{'quantity'}, |
379 |
quantity => $data->{'quantity'}, |
377 |
quantityrec => $data->{'quantity'}, |
380 |
quantityrec => $data->{'quantity'}, |
378 |
rrp => $data->{'rrp'}, |
381 |
rrp => $data->{'rrp'}, |