From: Jonathan Druart Date: Fri, 26 Sep 2014 13:27:52 +0000 (+0200) Subject: Bug 12969: Fix typo X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=1c9275d5c581c8adb7503160b52c989f70efb28d;p=koha.git Bug 12969: Fix typo rrpgsti should be rrpgste Signed-off-by: Paola Rossi Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi --- diff --git a/t/Prices.t b/t/Prices.t index 1a9278e037..3dc6c54dcb 100644 --- a/t/Prices.t +++ b/t/Prices.t @@ -67,7 +67,7 @@ for my $currency_format ( qw( US FR ) ) { got => $order_0_0->{rrpgste}, expected => 82.00, conf => '0 0', - field => 'rrpgsti' + field => 'rrpgste' } ); compare( @@ -160,7 +160,7 @@ for my $currency_format ( qw( US FR ) ) { got => $order_1_1->{rrpgste}, expected => 78.10, conf => '1 1', - field => 'rrpgsti' + field => 'rrpgste' } ); compare( @@ -255,7 +255,7 @@ for my $currency_format ( qw( US FR ) ) { got => $order_1_0->{rrpgste}, expected => 78.10, conf => '1 0', - field => 'rrpgsti' + field => 'rrpgste' } ); compare( @@ -347,7 +347,7 @@ for my $currency_format ( qw( US FR ) ) { got => $order_0_1->{rrpgste}, expected => 82.00, conf => '1 0', - field => 'rrpgsti' + field => 'rrpgste' } ); compare(