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

(-)a/acqui/addorder.pl (-2 / +1 lines)
Lines 280-286 if ( $basket->{is_standing} || $orderinfo->{quantity} ne '0' ) { Link Here
280
        );
280
        );
281
    }
281
    }
282
282
283
    $orderinfo->{unitprice} = $orderinfo->{ecost} if not defined $orderinfo->{unitprice} or $orderinfo->{unitprice} eq '';
283
    $orderinfo->{unitprice} = $orderinfo->{ecost} if not defined $orderinfo->{unitprice} or $orderinfo->{unitprice} eq '' or $orderinfo->{unitprice} == 0;
284
284
285
    $orderinfo = C4::Acquisition::populate_order_with_prices(
285
    $orderinfo = C4::Acquisition::populate_order_with_prices(
286
        {
286
        {
287
- 

Return to bug 27203