summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-03-24 18:51:23 -0700
committerIvan Kohler <ivan@freeside.biz>2012-03-24 18:51:23 -0700
commit8f6c0d7b137391c6dd9cd1397a73293cd575da13 (patch)
treed24c9547bcc126a418168a39800235e4ea30f2c7 /httemplate/view/cust_main
parentf1f423f3cb29a9d4ca8029d8b58f0111db0f1957 (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.html6
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">&nbsp;&nbsp;&nbsp;Comment</TD>
- <TD BGCOLOR="#FFFFFF"><% $contact->comment |h %></TD>
-
-% }
-
</TR>
% }
</TABLE>