enable device support
authorIvan Kohler <ivan@freeside.biz>
Sun, 10 Mar 2013 23:47:49 +0000 (16:47 -0700)
committerIvan Kohler <ivan@freeside.biz>
Sun, 10 Mar 2013 23:47:49 +0000 (16:47 -0700)
FS/FS/part_export/netsapiens.pm

index 2e37d04..c72093d 100644 (file)
@@ -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,