don't bother displaying comments that are only whitespace/newlines
authorivan <ivan>
Sun, 6 Jul 2003 18:58:57 +0000 (18:58 +0000)
committerivan <ivan>
Sun, 6 Jul 2003 18:58:57 +0000 (18:58 +0000)
httemplate/view/cust_main.cgi

index 4fe60fe..c36c9e2 100755 (executable)
@@ -290,7 +290,7 @@ if ( $conf->config('payby-default') ne 'HIDE' ) {
 print '</TD></TR></TABLE>';
 
 if ( defined $cust_main->dbdef_table->column('comments')
-     && $cust_main->comments )
+     && $cust_main->comments =~ /[^\s\n\r]/ )
 {
   print "<BR>Comments". &ntable("#cccccc"). "<TR><TD>".
         &ntable("#cccccc",2).