From 3e9a428cbc8abd4af6fea8eb828126519b43198b Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 18 May 2015 21:17:44 -0700 Subject: customer view UI --- httemplate/view/cust_main/notes/notes.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'httemplate/view/cust_main/notes/notes.html') diff --git a/httemplate/view/cust_main/notes/notes.html b/httemplate/view/cust_main/notes/notes.html index fa45a68f2..b4ea87c19 100644 --- a/httemplate/view/cust_main/notes/notes.html +++ b/httemplate/view/cust_main/notes/notes.html @@ -89,6 +89,7 @@ style="display:<% $display %>" > <& /elements/table-grid.html &> + <% mt('Date') |h %> % if ( $conf->exists('cust_main_note-display_times') ) { @@ -103,6 +104,7 @@   % } + % $skipheader = (!$conf->exists('note-classes') || $conf->config('note-classes') < 2); % $last_classnum = $note->classnum; % } -- cgit v1.2.1