summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/view/cust_main.cgi')
-rwxr-xr-xhttemplate/view/cust_main.cgi9
1 files changed, 3 insertions, 6 deletions
diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi
index 6b2277756..96acf15eb 100755
--- a/httemplate/view/cust_main.cgi
+++ b/httemplate/view/cust_main.cgi
@@ -102,8 +102,7 @@ var confirm_cancel = '<FORM METHOD="POST" ACTION="<% $p %>misc/cust_main-cancel.
</TR>
</TABLE>
%
-%if ( defined $cust_main->dbdef_table->column('comments')
-% && $cust_main->comments =~ /[^\s\n\r]/ ) {
+%if ( $cust_main->comments =~ /[^\s\n\r]/ ) {
%
<BR>
@@ -137,16 +136,14 @@ Comments
<div><br>[iframe not supported]<br><br></div>
</iframe>
-% } else {
-
-<BR>
% }
+
% }
% if ( $conf->config('ticket_system') ) {
- <BR>
+ <BR><BR>
<% include('cust_main/tickets.html', $cust_main ) %>
% }