summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main.cgi
diff options
context:
space:
mode:
authorlevinse <levinse>2011-01-27 05:10:11 +0000
committerlevinse <levinse>2011-01-27 05:10:11 +0000
commiteca5199332bb2ba562fe9897a1832d557d5143a5 (patch)
treef7ab5d0d9b66d0a5b0fada5e2b3cc152c473c9ee /httemplate/view/cust_main.cgi
parent3fafb034f6b3f6fbd6b81edf6337b29b9e8be86e (diff)
note classes backport to 2.1 branch, RT9995
Diffstat (limited to 'httemplate/view/cust_main.cgi')
-rwxr-xr-xhttemplate/view/cust_main.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi
index c4c0b5726..e6db0a6c1 100755
--- a/httemplate/view/cust_main.cgi
+++ b/httemplate/view/cust_main.cgi
@@ -160,7 +160,7 @@ Comments
<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]/ ) {