[freeside-commits] branch master updated. e0c74fc65bab0afcbedbae00aa06957c99f4c5f5
Ivan
ivan at 420.am
Wed Jan 9 16:46:46 PST 2013
The branch, master has been updated
via e0c74fc65bab0afcbedbae00aa06957c99f4c5f5 (commit)
from 85ce878a87e2da7ed3e2f927cae7745ef3b59cc0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e0c74fc65bab0afcbedbae00aa06957c99f4c5f5
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Jan 9 16:46:45 2013 -0800
fix replace method? #17622
diff --git a/FS/FS/part_export/acct_xmlrpc.pm b/FS/FS/part_export/acct_xmlrpc.pm
index a493f52..acd7ffe 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 ) = ();
-----------------------------------------------------------------------
Summary of changes:
FS/FS/part_export/acct_xmlrpc.pm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list