Bugzilla – Attachment 12534 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]
Bug 8831: relabel gstrate with Tax rate
Bug-8831-relabel-gstrate-with-Tax-rate.patch (text/plain), 1.42 KB, created by
Nicole C. Engard
on 2012-09-26 16:46:08 UTC
(
hide
)
Description:
Bug 8831: relabel gstrate with Tax rate
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2012-09-26 16:46:08 UTC
Size:
1.42 KB
patch
obsolete
>From 07163b084c816e8e05ea459b514ebbb9373732b0 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] Bug 8831: relabel gstrate with Tax rate > >This patch changes gstrate to Tax rate to match the standard set >on all other acq pages. >--- > .../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.3
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