diff options
author | Mark Wells <mark@freeside.biz> | 2015-07-10 11:56:45 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-07-10 11:56:45 -0700 |
commit | 45121e05ad3e284386826ae53d41845bfa8eb0f1 (patch) | |
tree | 23c437066f0fe64ea7044009027087bd173ae1c1 | |
parent | 4b1eb1861b9dce418af41b88e9b5d58342d4a3d6 (diff) |
mark tax status as mandatory when using a tax vendor
-rw-r--r-- | httemplate/elements/tr-select-tax_status.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/tr-select-tax_status.html b/httemplate/elements/tr-select-tax_status.html index 1e0ea8a98..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 &> |