[freeside-commits] freeside/httemplate/view cust_main.cgi, 1.135, 1.136

Erik Levinson levinse at wavetail.420.am
Thu Dec 9 22:02:55 PST 2010


Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory wavetail.420.am:/tmp/cvs-serv31276/httemplate/view

Modified Files:
	cust_main.cgi 
Log Message:
implement customer note classes, RT9995


Index: cust_main.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main.cgi,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -w -d -r1.135 -r1.136
--- cust_main.cgi	20 Oct 2010 02:07:02 -0000	1.135
+++ cust_main.cgi	10 Dec 2010 06:02:53 -0000	1.136
@@ -146,7 +146,7 @@
 <BR><BR>
 % }
 <A NAME="notes">
-% my $notecount = scalar($cust_main->notes());
+% my $notecount = scalar($cust_main->notes(0));
 % if ( ! $conf->exists('cust_main-disable_notes') || $notecount) {
 
 %   unless ( $view eq 'notes' && $cust_main->comments !~ /[^\s\n\r]/ ) {



More information about the freeside-commits mailing list