Bugzilla – Attachment 34965 Details for
Bug 12970
Refactor VAT and price calculation - basket page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 12970: Format totals
PASSED-QA-Bug-12970-Format-totals.patch (text/plain), 2.35 KB, created by
Katrin Fischer
on 2015-01-05 22:48:55 UTC
(
hide
)
Description:
[PASSED QA] Bug 12970: Format totals
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-01-05 22:48:55 UTC
Size:
2.35 KB
patch
obsolete
>From bc0f32174c88287eed46bd890e041d6c2f42bfbf Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Thu, 25 Sep 2014 16:32:01 +0200 >Subject: [PATCH] [PASSED QA] Bug 12970: Format totals > >The total values should be formated too. > >Test plan: >1/ Go on the basket page >2/ Using the CurrencyFormat, verify the totals are correctly formated. > >Signed-off-by: Paola Rossi <paola.rossi@cineca.it> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >index ef6d9d0..117e7b2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >@@ -422,10 +422,10 @@ > <th class="gsti"> </th> > <th class="gsti"> </th> > <th>[% foot_loo.quantity %]</th> >- <th class="gste">[% foot_loo.totalgste %]</th> >- <th class="gsti">[% foot_loo.totalgsti %]</th> >+ <th class="gste">[% foot_loo.totalgste | $Price%]</th> >+ <th class="gsti">[% foot_loo.totalgsti | $Price %]</th> > <th> </th> >- <th>[% foot_loo.gstvalue %]</th> >+ <th>[% foot_loo.gstvalue | $Price %]</th> > <th> </th> > [% IF ( active ) %] > [% UNLESS ( closedate ) %] >@@ -443,10 +443,10 @@ > <th class="gsti"> </th> > <th class="gsti"> </th> > <th>[% total_quantity %]</th> >- <th class="gste">[% total_gste %]</th> >- <th class="gsti">[% total_gsti %]</th> >+ <th class="gste">[% total_gste | $Price %]</th> >+ <th class="gsti">[% total_gsti | $Price %]</th> > <th> </th> >- <th>[% total_gstvalue %]</th> >+ <th>[% total_gstvalue | $Price %]</th> > <th> </th> > [% IF ( active ) %] > [% UNLESS ( closedate ) %] >-- >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 12970
:
31747
|
31881
|
31882
|
31954
|
31955
|
31956
|
33572
|
34964
| 34965 |
34966
|
34967