summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FS/FS/part_export/netsapiens.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/netsapiens.pm b/FS/FS/part_export/netsapiens.pm
index 2e37d04b6..c72093d00 100644
--- a/FS/FS/part_export/netsapiens.pm
+++ b/FS/FS/part_export/netsapiens.pm
@@ -72,7 +72,7 @@ tie my %options, 'Tie::IxHash',
;
%info = (
- 'svc' => [ 'svc_phone', ], # 'part_device',
+ 'svc' => [qw( svc_phone part_device )],
'desc' => 'Provision phone numbers to NetSapiens',
'options' => \%options,
'no_machine' => 1,