|
Lines 67-73
for my $currency_format ( qw( US FR ) ) {
Link Here
|
| 67 |
got => $order_0_0->{rrpgste}, |
67 |
got => $order_0_0->{rrpgste}, |
| 68 |
expected => 82.00, |
68 |
expected => 82.00, |
| 69 |
conf => '0 0', |
69 |
conf => '0 0', |
| 70 |
field => 'rrpgsti' |
70 |
field => 'rrpgste' |
| 71 |
} |
71 |
} |
| 72 |
); |
72 |
); |
| 73 |
compare( |
73 |
compare( |
|
Lines 160-166
for my $currency_format ( qw( US FR ) ) {
Link Here
|
| 160 |
got => $order_1_1->{rrpgste}, |
160 |
got => $order_1_1->{rrpgste}, |
| 161 |
expected => 78.10, |
161 |
expected => 78.10, |
| 162 |
conf => '1 1', |
162 |
conf => '1 1', |
| 163 |
field => 'rrpgsti' |
163 |
field => 'rrpgste' |
| 164 |
} |
164 |
} |
| 165 |
); |
165 |
); |
| 166 |
compare( |
166 |
compare( |
|
Lines 255-261
for my $currency_format ( qw( US FR ) ) {
Link Here
|
| 255 |
got => $order_1_0->{rrpgste}, |
255 |
got => $order_1_0->{rrpgste}, |
| 256 |
expected => 78.10, |
256 |
expected => 78.10, |
| 257 |
conf => '1 0', |
257 |
conf => '1 0', |
| 258 |
field => 'rrpgsti' |
258 |
field => 'rrpgste' |
| 259 |
} |
259 |
} |
| 260 |
); |
260 |
); |
| 261 |
compare( |
261 |
compare( |
|
Lines 347-353
for my $currency_format ( qw( US FR ) ) {
Link Here
|
| 347 |
got => $order_0_1->{rrpgste}, |
347 |
got => $order_0_1->{rrpgste}, |
| 348 |
expected => 82.00, |
348 |
expected => 82.00, |
| 349 |
conf => '1 0', |
349 |
conf => '1 0', |
| 350 |
field => 'rrpgsti' |
350 |
field => 'rrpgste' |
| 351 |
} |
351 |
} |
| 352 |
); |
352 |
); |
| 353 |
compare( |
353 |
compare( |
| 354 |
- |
|
|