diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-03-24 18:47:07 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-03-24 18:47:07 -0700 |
commit | 83f70978574fef3401020cb11cf651d12c139b3b (patch) | |
tree | 327059675499bfa2be0ccbfd8918b37a29312b5e /httemplate/view/cust_main.cgi | |
parent | 798cf217a0d14520c5648560ef8a3095ffcfad27 (diff) |
better display/edit of contacts on customer view, RT#16819
Diffstat (limited to 'httemplate/view/cust_main.cgi')
-rwxr-xr-x | httemplate/view/cust_main.cgi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index dcadf9912..fda4db0d9 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -150,6 +150,11 @@ function areyousure(href, message) { </TD> </TR> +<TR> + <TD COLSPAN = 2> + <& cust_main/contacts_new.html, $cust_main &> + </TD> +</TR> </TABLE> % } |