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

(-)a/t/Edifact.t (-2 / +1 lines)
Lines 132-135 $dp = Koha::EDI::_discounted_price(0.0, 9); Link Here
132
is( $dp, 9.0, 'Discount calculated with discount = 0' );
132
is( $dp, 9.0, 'Discount calculated with discount = 0' );
133
133
134
$dp =  Koha::EDI::_discounted_price(0.0, 9, 8.0);
134
$dp =  Koha::EDI::_discounted_price(0.0, 9, 8.0);
135
is( $dp, 8.0, 'Discount overriden by incoming calculated value');
135
is( $dp, 8.0, 'Discount overridden by incoming calculated value');
136
- 

Return to bug 18267