[freeside-commits] freeside/httemplate/view cust_main.cgi, 1.135.2.1, 1.135.2.2
Erik Levinson
levinse at wavetail.420.am
Wed Jan 26 21:10:13 PST 2011
Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory wavetail.420.am:/tmp/cvs-serv22046/httemplate/view
Modified Files:
Tag: FREESIDE_2_1_BRANCH
cust_main.cgi
Log Message:
note classes backport to 2.1 branch, RT9995
Index: cust_main.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main.cgi,v
retrieving revision 1.135.2.1
retrieving revision 1.135.2.2
diff -u -w -d -r1.135.2.1 -r1.135.2.2
--- cust_main.cgi 17 Dec 2010 23:44:40 -0000 1.135.2.1
+++ cust_main.cgi 27 Jan 2011 05:10:11 -0000 1.135.2.2
@@ -160,7 +160,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