diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-03-24 18:51:23 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2012-03-26 23:33:19 -0700 |
commit | 5561349c87fdcc646c18010ea57925f90170f321 (patch) | |
tree | d24c9547bcc126a418168a39800235e4ea30f2c7 | |
parent | 194c05911b1bf4f09b0ce523e994d888b2e983ef (diff) |
better display/edit of contacts on customer view, RT#16819
-rw-r--r-- | httemplate/view/cust_main/contacts_new.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/httemplate/view/cust_main/contacts_new.html b/httemplate/view/cust_main/contacts_new.html index 155490fe1..9a03410bf 100644 --- a/httemplate/view/cust_main/contacts_new.html +++ b/httemplate/view/cust_main/contacts_new.html @@ -25,12 +25,6 @@ <TD BGCOLOR="#FFFFFF"><% $contact_phone->phonenum |h %></TD> % } -% if ( $contact->comment ) { - <TD ALIGN="right"> Comment</TD> - <TD BGCOLOR="#FFFFFF"><% $contact->comment |h %></TD> - -% } - </TR> % } </TABLE> |