X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fnotes.html;h=833c92e6756b4386b1add6d592488600ef9ad49d;hb=df9864e8fa039c889005c01b05489fde8c836784;hp=4c97c9f64db8de39d454671b2cf9d820943b84bf;hpb=7efc882e67c25728c07990e852a590cbddfc1dc6;p=freeside.git diff --git a/httemplate/view/cust_main/notes.html b/httemplate/view/cust_main/notes.html index 4c97c9f64..833c92e67 100755 --- a/httemplate/view/cust_main/notes.html +++ b/httemplate/view/cust_main/notes.html @@ -6,7 +6,9 @@ Date - Time +% if ( $conf->exists('cust_main_note-display_times') ) { + Time +% } Person Note @@ -75,7 +77,7 @@ my (@notes) = $cust_main->notes(); sub note_datestr { my($note, $conf, $bgcolor) = @_ or return ''; - my $td = ''; + my $td = qq{}; my $format = "$td%b %o, %Y"; $format .= "$td%l:%M%P" if $conf->exists('cust_main_note-display_times');