X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Ftr-select-tax_status.html;h=387e49e1f25f84ef8385ec7c285f5e0624276fb3;hp=9c2de154f33d534770d5a9c187ca61d8b1bb564f;hb=f822e27a1e00594332ffa487a1c284234c5580a6;hpb=7516e3da0f17eeecba27219ef96a8b5f46af2083 diff --git a/httemplate/elements/tr-select-tax_status.html b/httemplate/elements/tr-select-tax_status.html index 9c2de154f..387e49e1f 100644 --- a/httemplate/elements/tr-select-tax_status.html +++ b/httemplate/elements/tr-select-tax_status.html @@ -10,6 +10,7 @@ name_col => 'description', hashref => { data_vendor => $vendor }, order_by => 'order by taxstatus', + required => 1, %opt &> @@ -17,7 +18,7 @@ <%shared> my $conf = FS::Conf->new; -my $vendor = $conf->config('enable_taxproducts'); +my $vendor = $conf->config('tax_data_vendor'); <%init> my %opt = @_;