[freeside-commits] freeside/FS/FS/UI Web.pm,1.22,1.23

Ivan,,, ivan at wavetail.420.am
Mon Jan 29 08:01:25 PST 2007


Update of /home/cvs/cvsroot/freeside/FS/FS/UI
In directory wavetail:/tmp/cvs-serv29037/FS/FS/UI

Modified Files:
	Web.pm 
Log Message:
fix invoice email display bug on advanced package report, closes: Bug#1416

Index: Web.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/UI/Web.pm,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Web.pm	21 Jan 2007 09:10:46 -0000	1.22
+++ Web.pm	29 Jan 2007 16:01:23 -0000	1.23
@@ -224,7 +224,7 @@
     'Country'                  => 'country_full',
     'Day phone'                => 'daytime', # XXX should use msgcat, but how?
     'Night phone'              => 'night',   # XXX should use msgcat, but how?
-    'Invoicing email(s)'       => 'invoicing_list_emailonly',
+    'Invoicing email(s)'       => 'invoicing_list_emailonly_scalar',
   );
 
   my $cust_fields;



More information about the freeside-commits mailing list