|
Lines 364-372
if ($basketobj->effective_create_items eq 'ordering' && !$ordernumber) {
Link Here
|
| 364 |
); |
364 |
); |
| 365 |
} |
365 |
} |
| 366 |
|
366 |
|
| 367 |
# 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 |
|
|
| 368 |
my @itemtypes; |
367 |
my @itemtypes; |
| 369 |
@itemtypes = Koha::ItemTypes->search->as_list unless C4::Context->preference('item-level_itypes'); |
368 |
@itemtypes = Koha::ItemTypes->search; |
| 370 |
|
369 |
|
| 371 |
if ( defined $from_subscriptionid ) { |
370 |
if ( defined $from_subscriptionid ) { |
| 372 |
# Get the last received order for this subscription |
371 |
# Get the last received order for this subscription |
| 373 |
- |
|
|