From 84bc64eeaa9650333fbbb79ecb03a1aff4a347fd Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Wed, 29 Jun 2016 00:41:18 -0700 Subject: make customer tax status a required field when the vendor requires it, #39639 --- httemplate/edit/prospect_main.html | 1 + 1 file changed, 1 insertion(+) (limited to 'httemplate/edit/prospect_main.html') 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' => ' ', }, ], -- cgit v1.2.1