diff options
author | Christopher Burger <burgerc@freeside.biz> | 2018-09-28 09:57:14 -0400 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2018-09-28 09:57:14 -0400 |
commit | 9e9168c1e83f5e33e3a09299a3e72d0d9ae7a237 (patch) | |
tree | 4e00369dbeb9a09aacd68dce767eaf76aee2dce0 /httemplate/edit/cust_main-contacts.html | |
parent | 66b90d3d395a6bace7d3d73743fbd3dc54bda8b6 (diff) |
RT# 75817 - fixed issue with contact edit on edit customer page
Diffstat (limited to 'httemplate/edit/cust_main-contacts.html')
-rw-r--r-- | httemplate/edit/cust_main-contacts.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/edit/cust_main-contacts.html b/httemplate/edit/cust_main-contacts.html index abef7505d..317257b3b 100644 --- a/httemplate/edit/cust_main-contacts.html +++ b/httemplate/edit/cust_main-contacts.html @@ -24,6 +24,7 @@ this one isn't being maintained well. :/ 'table' => 'cust_main', 'post_url' => popurl(1). 'process/cust_main-contacts.html', 'no_pkey_display' => 1, + 'submit_id' => 'submit', 'labels' => { 'contactnum' => ' ', #'Contact', #'locationnum' => ' ', |