X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fnotes.html;h=833c92e6756b4386b1add6d592488600ef9ad49d;hb=63a268637b2d51a8766412617724b9436439deb6;hp=f7b4ddb30a26185d5e84f2973ca0d9b091b0d99e;hpb=efb850eae1c0aae3b43483bd73a7824b105357db;p=freeside.git diff --git a/httemplate/view/cust_main/notes.html b/httemplate/view/cust_main/notes.html index f7b4ddb30..833c92e67 100755 --- a/httemplate/view/cust_main/notes.html +++ b/httemplate/view/cust_main/notes.html @@ -77,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');