no comma there
authorivan <ivan>
Tue, 22 Apr 2008 19:46:59 +0000 (19:46 +0000)
committerivan <ivan>
Tue, 22 Apr 2008 19:46:59 +0000 (19:46 +0000)
FS/FS/cust_bill.pm

index 81b874a..ea177be 100644 (file)
@@ -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&nbsp;%o,&nbsp;%Y',
                        'template' => '%s',
                      );