summaryrefslogtreecommitdiff
path: root/FS/FS/cust_pkg
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2018-07-31 11:29:35 -0400
committerChristopher Burger <burgerc@freeside.biz>2018-07-31 11:31:24 -0400
commit256a21d5c84739f0f5d3456a38a08d04f1f8a5fd (patch)
tree0920c2a889c98cc1217b20531990306ce5f7f572 /FS/FS/cust_pkg
parentd1272378cd936b65ee39901ff9d6296bae6b6ff3 (diff)
RT# 78356 - created import format for broadband service
Diffstat (limited to 'FS/FS/cust_pkg')
-rw-r--r--FS/FS/cust_pkg/Import.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/cust_pkg/Import.pm b/FS/FS/cust_pkg/Import.pm
index 93bd88d..2b18323 100644
--- a/FS/FS/cust_pkg/Import.pm
+++ b/FS/FS/cust_pkg/Import.pm
@@ -102,6 +102,7 @@ my %formatfields = (
'default' => [],
'all_dates' => [],
'svc_acct' => [qw( username _password domsvc )],
+ 'svc_broadband' => [qw( ip_addr description routernum blocknum sectornum speed_up speed_down )],
'svc_phone' => [qw( countrycode phonenum sip_password pin )],
'svc_external' => [qw( id title )],
'location' => [qw( address1 address2 city state zip country )],