diff options
author | levinse <levinse> | 2011-04-24 00:33:56 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-04-24 00:33:56 +0000 |
commit | 31b17a0da41112c3419e7a963b480bf7b3b21eba (patch) | |
tree | 77d994bb30391992c1b654eda2c06db5da36f166 | |
parent | 9b37fb82c94a480ef6af2f7b9a8b889d4381e703 (diff) |
fix bug in Setup.pm for LATA/MSA population, RT11291
-rw-r--r-- | FS/FS/Setup.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Setup.pm b/FS/FS/Setup.pm index ac143cec3..13d6f60b1 100644 --- a/FS/FS/Setup.pm +++ b/FS/FS/Setup.pm @@ -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 } |