diff options
author | ivan <ivan> | 2008-04-22 19:46:59 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-04-22 19:46:59 +0000 |
commit | 2992840a88b3b62ade1ad43882c8046c050c1822 (patch) | |
tree | 4158ae842979dfa3d34eb1b07441dd0e6f513818 | |
parent | 8e21a8c2ce7617a64ec962b3933c77a868682b94 (diff) |
no comma there
-rw-r--r-- | FS/FS/cust_bill.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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', ); |