X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=bin%2Fconvert-477-options;h=99a6ea5e08153e3c26889922a8c936f4907c663b;hb=0f359d5480aa1621d73ee802f420e8951abc620d;hp=2b8970aaef4f192ae040f7d2f6bdb0fce7473bcf;hpb=0ce1f788031c5eaac0c620add539730dd87e3113;p=freeside.git diff --git a/bin/convert-477-options b/bin/convert-477-options index 2b8970aae..99a6ea5e0 100755 --- a/bin/convert-477-options +++ b/bin/convert-477-options @@ -121,7 +121,7 @@ for my $part_pkg (qsearch('part_pkg', { freq => {op => '!=', value => '0'}})) { if ($part_pkg->fcc_voip_class) { # there's no such thing as a VoIP DS0 equivalent, but this is # what we used the field for - push @fcc_opts, 'voip_lines' => $part_pkg->fcc_ds0s; + push @fcc_opts, 'voip_sessions' => $part_pkg->fcc_ds0s; } else { push @fcc_opts, 'phone_lines' => $part_pkg->fcc_ds0s, 'is_phone' => 1; }