From: ivan Date: Tue, 22 Apr 2008 19:46:59 +0000 (+0000) Subject: no comma there X-Git-Tag: root_of_webpay_support~683 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=2992840a88b3b62ade1ad43882c8046c050c1822 no comma there --- 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', );