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