X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2Fcust_bill.pm;h=ea177be883b5eca6318e07d43abed2178ff69884;hb=2992840a88b3b62ade1ad43882c8046c050c1822;hp=81b874add5ff9dc374bb914b146db9d7190bd052;hpb=8e21a8c2ce7617a64ec962b3933c77a868682b94;p=freeside.git diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index 81b874add..ea177be88 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -1740,7 +1740,7 @@ sub print_generic { ); my $escape_function = $escape_functions{$format}; - my %date_formats = ( 'latex' => '%b, %o, %Y', + my %date_formats = ( 'latex' => '%b %o, %Y', 'html' => '%b %o, %Y', 'template' => '%s', );