diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2014-08-06 15:36:56 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2014-08-06 15:36:56 -0700 |
| commit | 7c370a4579d1ed8b81dba2fb5fae9978b283b49e (patch) | |
| tree | 26f9c1bedfc28ed4fffb14d35a98388b0536cd87 /bin | |
| parent | 5583e0b1788d9e307f676f21827e9920f5bf0677 (diff) | |
| parent | 1ebcca94aba75c5901c6eefaf373f39e94b03cf0 (diff) | |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/convert-477-options | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
