summaryrefslogtreecommitdiff
path: root/httemplate/edit/prospect_main.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-06-29 00:41:18 -0700
committerMark Wells <mark@freeside.biz>2016-06-29 00:42:39 -0700
commit238778f35b35243a8dc5a16b6a0d77e860a5edb3 (patch)
tree30634810f399927b7a5423a59df232af0f4414f7 /httemplate/edit/prospect_main.html
parentc6dccfb44d8cd89f02f0d2f0212a6847e509e37a (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.html1
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' => ' ',
},
],