diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-05-17 02:14:43 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-05-17 02:14:43 -0700 |
commit | d98e4631640eaaf28b4c022efedd49b640a283c6 (patch) | |
tree | cafd4c57b50896e7a6701ab99fafb35451544a38 /httemplate/view/cust_main/notes.html | |
parent | ff828e261210e8d4f1ddf51600d99e2cb1a914cd (diff) |
customer view UI
Diffstat (limited to 'httemplate/view/cust_main/notes.html')
-rwxr-xr-x | httemplate/view/cust_main/notes.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/httemplate/view/cust_main/notes.html b/httemplate/view/cust_main/notes.html index 7a19f8b38..62502002e 100755 --- a/httemplate/view/cust_main/notes.html +++ b/httemplate/view/cust_main/notes.html @@ -16,15 +16,6 @@ % 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]/ ) { -<P> - <A NAME="cust_main_note"><FONT SIZE="+2"><% mt('Notes') |h %></FONT></A> -</P> - -% } - -<BR> - % # actually display notes <& notes/notes.html, 'cust_main' => $cust_main &> <BR> |