diff options
Diffstat (limited to 'httemplate/elements/tr-select-taxproduct.html')
| -rw-r--r-- | httemplate/elements/tr-select-taxproduct.html | 4 |
1 files changed, 2 insertions, 2 deletions
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'; </%init> |
