From c7760bcc3de3e7eda2783e2927164410ac979858 Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Tue, 31 Jul 2018 11:29:35 -0400 Subject: [PATCH] RT# 78356 - created import format for broadband service --- FS/FS/cust_pkg/Import.pm | 1 + httemplate/misc/cust_pkg-import.html | 4 ++++ 2 files changed, 5 insertions(+) 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 )], diff --git a/httemplate/misc/cust_pkg-import.html b/httemplate/misc/cust_pkg-import.html index ac25e9314..15627c3e8 100644 --- a/httemplate/misc/cust_pkg-import.html +++ b/httemplate/misc/cust_pkg-import.html @@ -36,6 +36,7 @@ Import a file containing customer packages.