diff options
author | Mark Wells <mark@freeside.biz> | 2016-06-29 00:41:18 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-06-29 00:41:18 -0700 |
commit | 84bc64eeaa9650333fbbb79ecb03a1aff4a347fd (patch) | |
tree | 933c7f206461d1c50f4a81746e8b0eabeb415c27 /httemplate/edit/prospect_main.html | |
parent | 539daa850d829061bb0901c2851ec6ddf685030e (diff) |
make customer tax status a required field when the vendor requires it, #39639
Diffstat (limited to 'httemplate/edit/prospect_main.html')
-rw-r--r-- | httemplate/edit/prospect_main.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/edit/prospect_main.html b/httemplate/edit/prospect_main.html index fb6751532..7c02538f8 100644 --- a/httemplate/edit/prospect_main.html +++ b/httemplate/edit/prospect_main.html @@ -50,6 +50,7 @@ }, { 'field' => 'taxstatusnum', 'type' => 'select-tax_status', + 'required' => 1, 'empty_label' => ' ', }, ], |