From 9e9168c1e83f5e33e3a09299a3e72d0d9ae7a237 Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Fri, 28 Sep 2018 09:57:14 -0400 Subject: RT# 75817 - fixed issue with contact edit on edit customer page --- httemplate/edit/cust_main/contacts_new.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'httemplate/edit/cust_main') diff --git a/httemplate/edit/cust_main/contacts_new.html b/httemplate/edit/cust_main/contacts_new.html index 1171e7df4..90314258d 100644 --- a/httemplate/edit/cust_main/contacts_new.html +++ b/httemplate/edit/cust_main/contacts_new.html @@ -1,3 +1,17 @@ + + +<& '/elements/validate_password_js.html', &> +

Contacts @@ -5,6 +19,7 @@ 'embed' => $opt{cust_main}, 'table' => 'cust_main', 'agent_virt' => 1, + 'submit_id' => $opt{submit_id}, 'html_table_class' => 'fsinnerbox', 'labels' => { 'contactnum' => '', #'Contact', #'locationnum' => ' ', -- cgit v1.2.1