X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=bin%2Fconvert-477-options;h=8225a22a579d3247ff52329b0d9dd09bfdce4910;hb=bc6393f0c5d8d3c797a22ed0280f18fe3ff32210;hp=99a6ea5e08153e3c26889922a8c936f4907c663b;hpb=7c370a4579d1ed8b81dba2fb5fae9978b283b49e;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"; }