[freeside-commits] freeside/FS/FS Setup.pm,1.22.4.1,1.22.4.2

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


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

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	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.22.4.1
retrieving revision 1.22.4.2
diff -u -w -d -r1.22.4.1 -r1.22.4.2
--- Setup.pm	19 Apr 2011 23:49:41 -0000	1.22.4.1
+++ Setup.pm	24 Apr 2011 00:33:57 -0000	1.22.4.2
@@ -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