summaryrefslogtreecommitdiff
path: root/FS/FS/cust_pkg
diff options
context:
space:
mode:
authorivan <ivan>2010-08-09 19:20:13 +0000
committerivan <ivan>2010-08-09 19:20:13 +0000
commit5302c3ef626bbde7afdb7606176210f528992661 (patch)
tree316c5d0d9285b177f46aeb6ea56ee10563749416 /FS/FS/cust_pkg
parentefa7c9c0233f2c3d1e39d62f17cac30b36f593c4 (diff)
package web import from CSV/XLS, RT#9529
Diffstat (limited to 'FS/FS/cust_pkg')
-rw-r--r--FS/FS/cust_pkg/Import.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_pkg/Import.pm b/FS/FS/cust_pkg/Import.pm
index 7a4b9d5..43470a4 100644
--- a/FS/FS/cust_pkg/Import.pm
+++ b/FS/FS/cust_pkg/Import.pm
@@ -102,7 +102,7 @@ sub process_batch_import {
my %formatfields = (
'default' => [],
- 'svc_acct' => [qw( username _password )],
+ 'svc_acct' => [qw( username _password domsvc )],
'svc_phone' => [qw( countrycode phonenum sip_password pin )],
'svc_external' => [qw( id title )],
);