Bugzilla – Attachment 34732 Details for
Bug 12969
VAT and price calculation should be done in a subroutine
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 12969: Fix typo
PASSED-QA-Bug-12969-Fix-typo.patch (text/plain), 1.73 KB, created by
Katrin Fischer
on 2014-12-27 19:15:52 UTC
(
hide
)
Description:
[PASSED QA] Bug 12969: Fix typo
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2014-12-27 19:15:52 UTC
Size:
1.73 KB
patch
obsolete
>From b6c4600f5424e654ea7fe7de6edc15411cf8fdc0 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Fri, 26 Sep 2014 15:27:52 +0200 >Subject: [PATCH] [PASSED QA] Bug 12969: Fix typo > >rrpgsti should be rrpgste > >Signed-off-by: Paola Rossi <paola.rossi@cineca.it> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > t/Prices.t | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/t/Prices.t b/t/Prices.t >index 1a9278e..3dc6c54 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( >-- >1.9.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 12969
:
31746
|
31841
|
31877
|
31878
|
31897
|
31920
|
31921
|
34731
| 34732