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

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

Return to bug 27203