[freeside-commits] branch master updated. 5b32008ec1a1ac574a326a67e950f754151ee671
Ivan
ivan at 420.am
Sun Mar 10 16:47:55 PDT 2013
The branch, master has been updated
via 5b32008ec1a1ac574a326a67e950f754151ee671 (commit)
from 2ddf0a1199ce6399bbab1ebf91588435f515571c (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 5b32008ec1a1ac574a326a67e950f754151ee671
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sun Mar 10 16:47:49 2013 -0700
enable device support
diff --git a/FS/FS/part_export/netsapiens.pm b/FS/FS/part_export/netsapiens.pm
index 2e37d04..c72093d 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,
-----------------------------------------------------------------------
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