diff options
author | levinse <levinse> | 2011-01-27 05:10:11 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-01-27 05:10:11 +0000 |
commit | eca5199332bb2ba562fe9897a1832d557d5143a5 (patch) | |
tree | f7ab5d0d9b66d0a5b0fada5e2b3cc152c473c9ee /httemplate/view/cust_main.cgi | |
parent | 3fafb034f6b3f6fbd6b81edf6337b29b9e8be86e (diff) |
note classes backport to 2.1 branch, RT9995
Diffstat (limited to 'httemplate/view/cust_main.cgi')
-rwxr-xr-x | httemplate/view/cust_main.cgi | 2 |
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]/ ) { |