[freeside-commits] branch FREESIDE_3_BRANCH updated. e3936ba407632934b8c9f91a3b07aaabd3c5e62f
Jeremy Davis
jeremyd at 420.am
Fri Sep 5 08:01:52 PDT 2014
The branch, FREESIDE_3_BRANCH has been updated
via e3936ba407632934b8c9f91a3b07aaabd3c5e62f (commit)
from 7f5fae23796039cfca017e26d3a9fed28256aed4 (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 e3936ba407632934b8c9f91a3b07aaabd3c5e62f
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Fri Sep 5 11:01:39 2014 -0400
#29052 Aradial provisioning change of path
diff --git a/FS/FS/part_export/aradial.pm b/FS/FS/part_export/aradial.pm
index f3de614..afb17a6 100644
--- a/FS/FS/part_export/aradial.pm
+++ b/FS/FS/part_export/aradial.pm
@@ -118,7 +118,7 @@ sub request_user_edit {
sub request {
my $self = shift;
my @params = @_;
- my $path = '/Admin'; # I think this is always right
+ my $path = '/ArdWeb/ARDAdminIs.dll'; # I think this is always right
my $url = URI->new('http://' . $self->host . $path);
warn "$me request: \n".Dumper(\@params)."\n\n" if $DEBUG >= 2;
my $response = $self->ua->post($url, \@params);
-----------------------------------------------------------------------
Summary of changes:
FS/FS/part_export/aradial.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list