Bug 8831: relabel gstrate with Tax rate
authorNicole C. Engard <nengard@bywatersolutions.com>
Wed, 26 Sep 2012 16:44:46 +0000 (12:44 -0400)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 10 Oct 2012 16:00:02 +0000 (18:00 +0200)
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.

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt

index 3342c85..96c6fb6 100644 (file)
@@ -453,10 +453,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 ) %]