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