Lines 324-329
if (C4::Context->preference('AcqCreateItem') eq 'ordering' && !$ordernumber) {
Link Here
|
324 |
|
324 |
|
325 |
$template->param(items => \@itemloop); |
325 |
$template->param(items => \@itemloop); |
326 |
} |
326 |
} |
|
|
327 |
# 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 |
328 |
my @itemtypes = C4::ItemType->all unless C4::Context->preference('item-level_itypes'); |
327 |
|
329 |
|
328 |
# fill template |
330 |
# fill template |
329 |
$template->param( |
331 |
$template->param( |
Lines 368-373
$template->param(
Link Here
|
368 |
budget_loop => $budget_loop, |
370 |
budget_loop => $budget_loop, |
369 |
isbn => $data->{'isbn'}, |
371 |
isbn => $data->{'isbn'}, |
370 |
seriestitle => $data->{'seriestitle'}, |
372 |
seriestitle => $data->{'seriestitle'}, |
|
|
373 |
itemtypeloop => \@itemtypes, |
371 |
quantity => $data->{'quantity'}, |
374 |
quantity => $data->{'quantity'}, |
372 |
quantityrec => $data->{'quantity'}, |
375 |
quantityrec => $data->{'quantity'}, |
373 |
rrp => $data->{'rrp'}, |
376 |
rrp => $data->{'rrp'}, |