[freeside-commits] freeside/httemplate/elements tr-select-pkg_class.html, 1.6, 1.7

Ivan,,, ivan at wavetail.420.am
Sat Oct 10 18:44:49 PDT 2009


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv9910

Modified Files:
	tr-select-pkg_class.html 
Log Message:
respect element_name

Index: tr-select-pkg_class.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/tr-select-pkg_class.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- tr-select-pkg_class.html	5 Oct 2009 15:07:40 -0000	1.6
+++ tr-select-pkg_class.html	11 Oct 2009 01:44:47 -0000	1.7
@@ -1,6 +1,6 @@
 % if ( $count == 0 ) { 
 
-  <INPUT TYPE="hidden" NAME="<% $opt{'field'} || 'classnum' %>" VALUE="">
+  <INPUT TYPE="hidden" NAME="<%  $opt{'element_name'} || $opt{'field'} || 'classnum' %>" VALUE="">
 
 % } else { 
 



More information about the freeside-commits mailing list