X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fnotes%2Fnotes.html;h=eb421eb3735a20ab54cd1401133491144fcc2154;hb=2ffdb485e5534df3d89bcc12d4d02d485e9b28f5;hp=fa45a68f242f33742d5364828547b05a14444688;hpb=a2faeced765b00c0339fd86d7905cb77318e3d20;p=freeside.git diff --git a/httemplate/view/cust_main/notes/notes.html b/httemplate/view/cust_main/notes/notes.html index fa45a68f2..eb421eb37 100644 --- a/httemplate/view/cust_main/notes/notes.html +++ b/httemplate/view/cust_main/notes/notes.html @@ -89,12 +89,13 @@ style="display:<% $display %>" > <& /elements/table-grid.html &> + <% mt('Date') |h %> % if ( $conf->exists('cust_main_note-display_times') ) { <% mt('Time') |h %> % } - <% mt('Person') |h %> + <% mt('Employee') |h %> % if ($conf->exists('note-classes') && $conf->config('note-classes') == 1) { <% mt('Class') |h %> % } @@ -103,6 +104,7 @@   % } + % $skipheader = (!$conf->exists('note-classes') || $conf->config('note-classes') < 2); % $last_classnum = $note->classnum; % }