|
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'); |
| 329 |
|
| 327 |
|
330 |
|
| 328 |
# fill template |
331 |
# fill template |
| 329 |
$template->param( |
332 |
$template->param( |
|
Lines 368-373
$template->param(
Link Here
|
| 368 |
budget_loop => $budget_loop, |
371 |
budget_loop => $budget_loop, |
| 369 |
isbn => $data->{'isbn'}, |
372 |
isbn => $data->{'isbn'}, |
| 370 |
seriestitle => $data->{'seriestitle'}, |
373 |
seriestitle => $data->{'seriestitle'}, |
|
|
374 |
itemtypeloop => \@itemtypes, |
| 371 |
quantity => $data->{'quantity'}, |
375 |
quantity => $data->{'quantity'}, |
| 372 |
quantityrec => $data->{'quantity'}, |
376 |
quantityrec => $data->{'quantity'}, |
| 373 |
rrp => $data->{'rrp'}, |
377 |
rrp => $data->{'rrp'}, |