Bugzilla – Attachment 14643 Details for
Bug 9062
Tax and discount should be formatted the same
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bug 9062 Fix spacing next to tax rate
bug-9062-Fix-spacing-next-to-tax-rate.patch (text/plain), 1.30 KB, created by
Hugh Davenport
on 2013-01-16 21:44:02 UTC
(
hide
)
Description:
bug 9062 Fix spacing next to tax rate
Filename:
MIME Type:
Creator:
Hugh Davenport
Created:
2013-01-16 21:44:02 UTC
Size:
1.30 KB
patch
obsolete
>From c6642b516502267285a247cda5ca0c270b99b233 Mon Sep 17 00:00:00 2001 >From: Hugh Davenport <hugh@davenport.net.nz> >Date: Thu, 17 Jan 2013 10:42:14 +1300 >Subject: [PATCH] bug 9062 Fix spacing next to tax rate > >On the supplier view screen, there was a space after the discount >and before the % sign, but there was none for the tax rate. > >This patch adds in a patch, so they look similar. > >Signed-off-by: Hugh Davenport <hugh@davenport.net.nz> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >index bf5d367..e4efa70 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >@@ -240,7 +240,7 @@ if (f.company.value == "") { > <p><strong>Discount: </strong> > [% discount | format("%.1f") %] %</p> > <p><strong>Tax rate: </strong> >- [% 0 + gstrate * 100 | format("%.1f") %]%</p> >+ [% 0 + gstrate * 100 | format("%.1f") %] %</p> > [% IF deliverytime.defined %] > <p><strong>Delivery time: </strong> > [% deliverytime %] days</p> >-- >1.7.10.4
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 9062
:
13407
|
13408
|
14641
|
14642
|
14643
|
14644
|
14686
|
14687