diff options
Diffstat (limited to 'httemplate/view/cust_main')
| -rwxr-xr-x | httemplate/view/cust_main/notes.html | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/httemplate/view/cust_main/notes.html b/httemplate/view/cust_main/notes.html index 4c97c9f64..f7b4ddb30 100755 --- a/httemplate/view/cust_main/notes.html +++ b/httemplate/view/cust_main/notes.html @@ -6,7 +6,9 @@    <TR>      <TH CLASS="grid" BGCOLOR="#cccccc">Date</TH> -    <TH CLASS="grid" BGCOLOR="#cccccc">Time</TH> +%   if ( $conf->exists('cust_main_note-display_times') ) { +      <TH CLASS="grid" BGCOLOR="#cccccc">Time</TH> +%   }      <TH CLASS="grid" BGCOLOR="#cccccc">Person</TH>      <TH CLASS="grid" BGCOLOR="#cccccc">Note</TH>    </TR> | 
