[freeside-commits] freeside/httemplate/elements select-taxclass.html, 1.4, 1.5

Ivan,,, ivan at wavetail.420.am
Sun Jan 13 16:22:36 PST 2008


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail:/tmp/cvs-serv10263/httemplate/elements

Modified Files:
	select-taxclass.html 
Log Message:
maintenance on old events, yay.  fix for late charges without a taxclass, closes: RT#2988

Index: select-taxclass.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/select-taxclass.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- select-taxclass.html	31 Jan 2007 04:26:44 -0000	1.4
+++ select-taxclass.html	14 Jan 2008 00:22:34 -0000	1.5
@@ -1,6 +1,6 @@
 % if ( $conf->exists('enable_taxclasses') ) { 
 
-    <SELECT NAME="taxclass">
+    <SELECT NAME="<% $opt{'name'} || 'taxclass' %>">
 
 %   if ( $conf->exists('require_taxclasses') ) { 
         <OPTION VALUE="(select)">Select tax class



More information about the freeside-commits mailing list