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