[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 70cab6e5614ff57fd02a292790753dba743d7934
Ivan
ivan at 420.am
Wed Jan 9 16:46:47 PST 2013
The branch, FREESIDE_2_3_BRANCH has been updated
via 70cab6e5614ff57fd02a292790753dba743d7934 (commit)
from d127c4c8273835c306a34bf9c5a1a275e441114d (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 70cab6e5614ff57fd02a292790753dba743d7934
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Jan 9 16:46:46 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 c7b1a3f..b1da108 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 ) = ();
-----------------------------------------------------------------------
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