[freeside-commits] freeside/httemplate/elements tr-select-taxoverride.html, 1.1, 1.2 tr-select-taxproduct.html, 1.2, 1.3
Jeff Finucane,420,,
jeff at wavetail.420.am
Mon Sep 15 18:22:31 PDT 2008
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv18364/httemplate/elements
Modified Files:
tr-select-taxoverride.html tr-select-taxproduct.html
Log Message:
correct package editor when taxproducts off
Index: tr-select-taxproduct.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/tr-select-taxproduct.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- tr-select-taxproduct.html 28 Aug 2008 07:38:37 -0000 1.2
+++ tr-select-taxproduct.html 16 Sep 2008 01:22:28 -0000 1.3
@@ -9,10 +9,10 @@
<%init>
-my $conf = new FS::conf;
+my $conf = new FS::Conf;
my %opt = @_;
my $cell_style = $opt{cell_style} ? 'STYLE="'. $opt{cell_style}. '"' : '';
-my $name = $opt{name} || 'taxproductnum';
+my $name = $opt{element_name} || $opt{field} || 'taxproductnum';
</%init>
Index: tr-select-taxoverride.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/tr-select-taxoverride.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- tr-select-taxoverride.html 28 Aug 2008 07:38:37 -0000 1.1
+++ tr-select-taxoverride.html 16 Sep 2008 01:22:28 -0000 1.2
@@ -9,10 +9,10 @@
<%init>
-my $conf = new FS::conf;
+my $conf = new FS::Conf;
my %opt = @_;
my $cell_style = $opt{'cell_style'}? 'STYLE="'. $opt{cell_style}. '"' : '';
-my $name = $opt{name} || 'tax_override';
+my $name = $opt{element_name} || $opt{field} || 'tax_override';
</%init>
More information about the freeside-commits
mailing list