[Koha-patches] [PATCH] Bug 8831: relabel gstrate with Tax rate

Nicole C. Engard nengard at bywatersolutions.com
Wed Sep 26 18:45:40 CEST 2012


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



More information about the Koha-patches mailing list