From: Ivan Kohler Date: Thu, 10 Jan 2013 00:46:45 +0000 (-0800) Subject: fix replace method? #17622 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=e0c74fc65bab0afcbedbae00aa06957c99f4c5f5 fix replace method? #17622 --- diff --git a/FS/FS/part_export/acct_xmlrpc.pm b/FS/FS/part_export/acct_xmlrpc.pm index a493f5206..acd7ffe5d 100644 --- a/FS/FS/part_export/acct_xmlrpc.pm +++ b/FS/FS/part_export/acct_xmlrpc.pm @@ -131,10 +131,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 ) = ();