X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Ftr-select-taxproduct.html;h=759d0c01c03d6a17a4f19ade81362417f5ed70f4;hp=9512224751055d55a777a567e5abe672abba6587;hb=c3da5cf1caa244937d280e0f406927103beef148;hpb=669bd6b315633c99ac61441198c2c4e45401c36b diff --git a/httemplate/elements/tr-select-taxproduct.html b/httemplate/elements/tr-select-taxproduct.html index 951222475..759d0c01c 100644 --- a/httemplate/elements/tr-select-taxproduct.html +++ b/httemplate/elements/tr-select-taxproduct.html @@ -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';