[freeside-commits] freeside/httemplate/view cust_main.cgi, 1.105,
1.106
Ivan,,,
ivan at wavetail.420.am
Sun Oct 8 17:26:29 PDT 2006
Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory wavetail:/tmp/cvs-serv30041
Modified Files:
cust_main.cgi
Log Message:
clean up the customer view a tiny bit
Index: cust_main.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main.cgi,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -d -r1.105 -r1.106
--- cust_main.cgi 3 Oct 2006 22:44:28 -0000 1.105
+++ cust_main.cgi 9 Oct 2006 00:26:27 -0000 1.106
@@ -102,8 +102,7 @@
</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 @@
<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 ) %>
% }
More information about the freeside-commits
mailing list