Bugzilla – Attachment 12557 Details for
Bug 8831
gstrate should say 'Tax rate'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 8831: relabel gstrate with Tax rate
SIGNED-OFF-Bug-8831-relabel-gstrate-with-Tax-rate.patch (text/plain), 1.56 KB, created by
Marc Véron
on 2012-09-27 14:11:12 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 8831: relabel gstrate with Tax rate
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2012-09-27 14:11:12 UTC
Size:
1.56 KB
patch
obsolete
>From 95cca0b561311a96eb8577430f88579cb45d5e6d Mon Sep 17 00:00:00 2001 >From: Nicole C. Engard <nengard@bywatersolutions.com> >Date: Wed, 26 Sep 2012 12:44:46 -0400 >Subject: [PATCH] [SIGNED-OFF] Bug 8831: relabel gstrate with Tax rate >Content-Type: text/plain; charset="utf-8" > >This patch changes gstrate to Tax rate to match the standard set >on all other acq pages. > >Signed-off-by: Marc Veron <veron@veron.ch> > >Small text change. Label displays as expected. >--- > .../prog/en/modules/acqui/neworderempty.tt | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >index ea044bb..6185e32 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt >@@ -450,10 +450,10 @@ $(document).ready(function() > [% END %] > <li> > [% IF ( close ) %] >- <span class="label">gstrate: </span> >+ <span class="label">Tax rate: </span> > <input type="hidden" size="20" name="gstrate" id="gstrate" value="[% gstrate %]" />[% gstrate %]% > [% ELSE %] >- <label for="gst">gstrate: </label> >+ <label for="gst">Tax rate: </label> > <select name="gstrate" id="gstrate" onchange="updateCosts();"> > [% FOREACH gst IN gst_values %] > [% IF ( gst.option == gstrate ) %] >-- >1.7.2.5
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 8831
:
12533
|
12534
| 12557