summaryrefslogtreecommitdiff
path: root/FS/FS/cust_pkg/Import.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-04-15 11:12:36 -0700
committerIvan Kohler <ivan@freeside.biz>2015-04-15 11:12:36 -0700
commit3912de349e9726339d1a357cfc6b96c329c09e60 (patch)
treee19f0d2625ebfdc37c5d049c06299cdb2a60c177 /FS/FS/cust_pkg/Import.pm
parent66658ac3b3d67333970a500c842a566cad561321 (diff)
add "All dates" format to package import with contract_end, RT#34397
Diffstat (limited to 'FS/FS/cust_pkg/Import.pm')
-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 082def0..301930c 100644
--- a/FS/FS/cust_pkg/Import.pm
+++ b/FS/FS/cust_pkg/Import.pm
@@ -100,6 +100,7 @@ sub process_batch_import {
my %formatfields = (
'default' => [],
+ 'all_dates' => [],
'svc_acct' => [qw( username _password domsvc )],
'svc_phone' => [qw( countrycode phonenum sip_password pin )],
'svc_external' => [qw( id title )],