fix bug in Setup.pm for LATA/MSA population, RT11291
authorlevinse <levinse>
Sun, 24 Apr 2011 00:33:56 +0000 (00:33 +0000)
committerlevinse <levinse>
Sun, 24 Apr 2011 00:33:56 +0000 (00:33 +0000)
FS/FS/Setup.pm

index ac143ce..13d6f60 100644 (file)
@@ -62,7 +62,7 @@ sub create_initial_data {
 
 }
 
 
 }
 
-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
 }
   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
 }