summaryrefslogtreecommitdiff
path: root/FS
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 12:56:17 -0400
commitc7760bcc3de3e7eda2783e2927164410ac979858 (patch)
tree259580610ebf550cd905bf54468c1ac3dbc8760c /FS
parent1fb1771c6918ac98c62868f13a41816e4d839248 (diff)
RT# 78356 - created import format for broadband service
Diffstat (limited to 'FS')
-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 616d39a04..76063d4fc 100644
--- a/FS/FS/cust_pkg/Import.pm
+++ b/FS/FS/cust_pkg/Import.pm
@@ -105,6 +105,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 )],