[freeside-commits] branch master updated. 96cac28e01e2c57b2606efbed4932e2ed9328412
Ivan
ivan at 420.am
Thu Apr 19 15:19:24 PDT 2012
The branch, master has been updated
via 96cac28e01e2c57b2606efbed4932e2ed9328412 (commit)
from 91665162a95f509b21b902d9670fb6f8f20c3184 (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 96cac28e01e2c57b2606efbed4932e2ed9328412
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Apr 19 15:19:23 2012 -0700
add default feature list to netsapiens export, RT#17319
diff --git a/FS/FS/part_export/netsapiens.pm b/FS/FS/part_export/netsapiens.pm
index adc1942..867c19a 100644
--- a/FS/FS/part_export/netsapiens.pm
+++ b/FS/FS/part_export/netsapiens.pm
@@ -245,7 +245,7 @@ sub ns_create_or_update {
###
foreach $feature (split /\s+/, $self->option('features') ) {
- my $nsf = $self->ns_command( 'PUT', $self->ns_feature($feature),
+ my $nsf = $self->ns_command( 'PUT', $self->ns_feature($svc_phone, $feature),
'control' => 'd', #User Control, disable
'expires' => 'never',
#'ts' => '', #?
-----------------------------------------------------------------------
Summary of changes:
FS/FS/part_export/netsapiens.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list