From: levinse Date: Sun, 24 Apr 2011 00:33:56 +0000 (+0000) Subject: fix bug in Setup.pm for LATA/MSA population, RT11291 X-Git-Tag: freeside_2_3_0~341 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=31b17a0da41112c3419e7a963b480bf7b3b21eba fix bug in Setup.pm for LATA/MSA population, RT11291 --- 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 }