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
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/