[freeside-commits] freeside/FS/FS cust_bill.pm,1.195,1.196

Ivan,,, ivan at wavetail.420.am
Tue Apr 22 12:47:02 PDT 2008


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv10191

Modified Files:
	cust_bill.pm 
Log Message:
no comma there

Index: cust_bill.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_bill.pm,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -d -r1.195 -r1.196
--- cust_bill.pm	17 Apr 2008 01:39:53 -0000	1.195
+++ cust_bill.pm	22 Apr 2008 19:46:59 -0000	1.196
@@ -1740,7 +1740,7 @@
                          );
   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',
                      );



More information about the freeside-commits mailing list