diff options
| author | Brian Medley <bpm@snafu.org> | 2012-04-20 13:28:01 -0500 |
|---|---|---|
| committer | Brian Medley <bpm@snafu.org> | 2012-04-20 13:28:01 -0500 |
| commit | 5708d624dcc4557fa38d8f209a324ebb0c3e9644 (patch) | |
| tree | 0e35d0f44bb7fa6ea4bd9b25ecbefc071313c27b /FS | |
| parent | f232ab43d46ece5e2025787c1f1f223c803f8691 (diff) | |
| parent | b109815d5160ab9f3088274f7839a30b0fcf52d4 (diff) | |
Merge branch 'FREESIDE_2_3_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE_2_3_BRANCH
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/part_export/netsapiens.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/netsapiens.pm b/FS/FS/part_export/netsapiens.pm index adc19427b..867c19acc 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' => '', #? |
