From 2992840a88b3b62ade1ad43882c8046c050c1822 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 22 Apr 2008 19:46:59 +0000 Subject: [PATCH] no comma there --- FS/FS/cust_bill.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ); -- 2.11.0