From: Ivan Kohler Date: Thu, 10 Jan 2013 00:46:46 +0000 (-0800) Subject: fix replace method? #17622 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=70cab6e5614ff57fd02a292790753dba743d7934;p=freeside.git fix replace method? #17622 --- diff --git a/FS/FS/part_export/acct_xmlrpc.pm b/FS/FS/part_export/acct_xmlrpc.pm index c7b1a3fb1..b1da1083e 100644 --- a/FS/FS/part_export/acct_xmlrpc.pm +++ b/FS/FS/part_export/acct_xmlrpc.pm @@ -130,10 +130,10 @@ sub _export_command { sub _export_replace { my( $self, $new, $old ) = (shift, shift, shift); - my $method = $self->option($action.'_method'); + my $method = $self->option('replace_method'); return '' if $method =~ /^\s*$/; - my @params = split("\n", $self->option($action.'_params') ); + my @params = split("\n", $self->option('replace_params') ); my( @x_param ) = (); my( %x_struct ) = ();