diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-03-24 18:51:23 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-03-24 18:51:23 -0700 |
commit | 8f6c0d7b137391c6dd9cd1397a73293cd575da13 (patch) | |
tree | d24c9547bcc126a418168a39800235e4ea30f2c7 /httemplate/view/cust_main | |
parent | f1f423f3cb29a9d4ca8029d8b58f0111db0f1957 (diff) |
better display/edit of contacts on customer view, RT#16819
Diffstat (limited to 'httemplate/view/cust_main')
-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> |