View | Details | Raw Unified | Return to bug 34908
Collapse All | Expand All

(-)a/acqui/neworderempty.pl (-2 / +1 lines)
Lines 361-367 if ($basketobj->effective_create_items eq 'ordering' && !$ordernumber) { Link Here
361
    );
361
    );
362
}
362
}
363
363
364
my @itemtypes = Koha::ItemTypes->search->as_list;
364
my @itemtypes = Koha::ItemTypes->search({}, { order_by => { -asc => "description" } })->as_list;
365
365
366
if ( defined $from_subscriptionid ) {
366
if ( defined $from_subscriptionid ) {
367
    # Get the last received order for this subscription
367
    # Get the last received order for this subscription
368
- 

Return to bug 34908