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

(-)a/t/db_dependent/Acquisition/populate_order_with_prices.t (-2 / +1 lines)
Lines 41-47 my $order_exc_tax = { Link Here
41
    tax_rate  => .1965,
41
    tax_rate  => .1965,
42
    discount  => .42,
42
    discount  => .42,
43
    rrp       => 16.99,
43
    rrp       => 16.99,
44
    unitprice => 0.00,
44
    unitprice => "0.00",
45
    quantity  => 8,
45
    quantity  => 8,
46
};
46
};
47
47
48
- 

Return to bug 27203