[freeside-commits] freeside/httemplate/elements select-taxproduct.html, 1.3, 1.4

Jeff Finucane,420,, jeff at wavetail.420.am
Sun Apr 27 09:28:45 PDT 2008


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

Modified Files:
	select-taxproduct.html 
Log Message:
sticky, too

Index: select-taxproduct.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/select-taxproduct.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- select-taxproduct.html	27 Apr 2008 15:19:08 -0000	1.3
+++ select-taxproduct.html	27 Apr 2008 16:28:42 -0000	1.4
@@ -20,6 +20,8 @@
 
 my %opt = @_;
 
+$opt{'taxproductnum'} ||= $opt{'object'}->taxproductnum
+  if $opt{'object'};
 $opt{'taxproduct_description'} ||= $opt{'object'}->taxproduct_description
   if $opt{'object'};
 



More information about the freeside-commits mailing list