X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=bin%2Fpopulate-areacodes;h=7e4c52fdca8b52e565dae87db71db1c51a414e12;hp=f5e8ae105af2372780ba077638ba39f745a4b843;hb=6f0d2394d35b47761f54991895cdf40c4e6bcc16;hpb=e3a2ca0a7ef6e0931283136321ba8c1494b37c19 diff --git a/bin/populate-areacodes b/bin/populate-areacodes index f5e8ae105..7e4c52fdc 100644 --- a/bin/populate-areacodes +++ b/bin/populate-areacodes @@ -40,7 +40,7 @@ while(<$fh>) { } my $areacode = FS::areacode->new({ - 'npa' => $npa, + 'code' => $npa, 'state' => $statecode, 'country' => $countrycode, 'description' => $desc,