combine ticket notification scrips, #15353
[freeside.git] / httemplate / elements / tr-select-taxproduct.html
index 9512224..759d0c0 100644 (file)
@@ -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>