diff options
author | Mark Wells <mark@freeside.biz> | 2015-04-20 00:48:29 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-04-20 09:43:00 -0700 |
commit | f2cf5c2843dcef5db0941a1673538eb922fd5a5a (patch) | |
tree | ff0e5589d123c9d2dbea27da31f4f3475a7e1d83 /httemplate/edit/prospect_main.html | |
parent | 94f12d554f6f1038d63283a0962d726e2725773a (diff) |
add Avalara tax status field to prospects, #25718
Diffstat (limited to 'httemplate/edit/prospect_main.html')
-rw-r--r-- | httemplate/edit/prospect_main.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/edit/prospect_main.html b/httemplate/edit/prospect_main.html index da5c6ce37..1269a84ed 100644 --- a/httemplate/edit/prospect_main.html +++ b/httemplate/edit/prospect_main.html @@ -7,6 +7,7 @@ 'company' => 'Company', 'contactnum' => 'Contact', 'locationnum' => ' ', + 'taxstatusnum'=> 'Tax status', }, 'fields' => [ { 'field' => 'agentnum', @@ -46,6 +47,10 @@ 'prospect_main' => shift }, }, + { 'field' => 'taxstatusnum', + 'type' => 'select-tax_status', + 'empty_label' => ' ', + }, ], 'new_callback' => $new_callback, 'edit_callback' => $edit_callback, |