From: Ivan Kohler Date: Sun, 10 Mar 2013 23:47:49 +0000 (-0700) Subject: enable device support X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=5b32008ec1a1ac574a326a67e950f754151ee671 enable device support --- 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,