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

(-)a/acqui/basket.pl (-2 / +1 lines)
Lines 423-429 if ( $op eq 'list' ) { Link Here
423
        #
423
        #
424
        # (The template has another implicit restriction that the order cannot be closed if there
424
        # (The template has another implicit restriction that the order cannot be closed if there
425
        # are any orders with uncertain prices.)
425
        # are any orders with uncertain prices.)
426
        unclosable           => @orders ? $basket->{is_standing} : 1,
426
        unclosable           => @orders || @cancelledorders ? $basket->{is_standing} : 1,
427
        has_budgets          => $has_budgets,
427
        has_budgets          => $has_budgets,
428
        duplinbatch          => $duplinbatch,
428
        duplinbatch          => $duplinbatch,
429
        csv_profiles         => [ Koha::CsvProfiles->search({ type => 'sql', used_for => 'export_basket' }) ],
429
        csv_profiles         => [ Koha::CsvProfiles->search({ type => 'sql', used_for => 'export_basket' }) ],
430
- 

Return to bug 26190