[freeside-commits] freeside/FS/FS Setup.pm,1.23,1.24

Erik Levinson levinse at wavetail.420.am
Sat Apr 23 17:33:58 PDT 2011


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

Modified Files:
	Setup.pm 
Log Message:
fix bug in Setup.pm for LATA/MSA population, RT11291

Index: Setup.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Setup.pm,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -w -d -r1.23 -r1.24
--- Setup.pm	19 Apr 2011 23:49:39 -0000	1.23
+++ Setup.pm	24 Apr 2011 00:33:56 -0000	1.24
@@ -62,7 +62,7 @@
 
 }
 
-sub pouplate_numbering {
+sub populate_numbering {
   eval "use FS::lata_Data;"; # this automatically populates the lata table, if unpopulated
   eval "use FS::msa_Data;"; # this automatically populates the msa table, if unpopulated
 }



More information about the freeside-commits mailing list