From: Katrin Fischer <Katrin.Fischer.bsz-bw.de>

Rebased to HEAD, should also apply to 3.2

Signed-off-by: Chris Nighswonger <cnighswon...@foundations.edu>
---
 .../prog/en/modules/acqui/supplier.tmpl            |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tmpl 
b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tmpl
index 83b8631..5528a8d 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tmpl
@@ -135,8 +135,8 @@ if (f.company.value == "") {
             </ol>
             <ol>
             <li><label for="discount">Discount</label>
-                <input type="text" size="6" id="discount" name="discount" 
value="<!-- TMPL_VAR NAME="discount" -->" /> %</li>
-            <!-- TMPL_IF NAME="GST" --><li><label for="gstrate">Tax 
rate</label><input type="text" name="gstrate" id="gstrate" size="5" value="<!-- 
TMPL_VAR name="gstrate" -->"/>%</li><!-- /TMPL_IF -->
+                <input type="text" size="5" id="discount" name="discount" 
value="<!-- TMPL_VAR NAME="discount" -->" /> %</li>
+            <!-- TMPL_IF NAME="GST" --><li><label for="gstrate">Tax 
rate</label><input type="text" name="gstrate" id="gstrate" size="5" value="<!-- 
TMPL_VAR name="gstrate" -->"/> %</li><!-- /TMPL_IF -->
             <li><label for="notes">Notes</label>
                 <textarea cols="40" rows="4" id="notes" name="notes" ><!-- 
TMPL_VAR NAME="notes" --></textarea></li></ol>                      
             <!-- TMPL_UNLESS NAME="GST" -->
-- 
1.7.0.4

_______________________________________________
Koha-patches mailing list
Koha-patches@lists.koha-community.org
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/

Reply via email to