[freeside-commits] branch FREESIDE_2_3_BRANCH updated. b109815d5160ab9f3088274f7839a30b0fcf52d4
Ivan
ivan at 420.am
Thu Apr 19 15:19:25 PDT 2012
The branch, FREESIDE_2_3_BRANCH has been updated
via b109815d5160ab9f3088274f7839a30b0fcf52d4 (commit)
from c753aed492e71383fb56e99cf70cd5d51d159aaa (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 b109815d5160ab9f3088274f7839a30b0fcf52d4
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Apr 19 15:19:24 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