X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=bin%2Fconvert-477-options;h=8225a22a579d3247ff52329b0d9dd09bfdce4910;hb=5db92cf346acf4205aa96f58843a0a1d065f3988;hp=99a6ea5e08153e3c26889922a8c936f4907c663b;hpb=022bfd91eca7ae26f8f6ee125179f5c0ff4cbb72;p=freeside.git diff --git a/bin/convert-477-options b/bin/convert-477-options index 99a6ea5e0..8225a22a5 100755 --- a/bin/convert-477-options +++ b/bin/convert-477-options @@ -129,7 +129,7 @@ for my $part_pkg (qsearch('part_pkg', { freq => {op => '!=', value => '0'}})) { my %fcc_opts = @fcc_opts; #print map {"\t$_\t".$fcc_opts{$_}."\n"} keys %fcc_opts; - my $error = $part_pkg->process_fcc_options(\%fcc_opts); + my $error = $part_pkg->set_fcc_options(\%fcc_opts); if ( $error ) { die "$error\n"; }