diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-04-15 11:12:38 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-04-15 11:12:38 -0700 |
commit | e1a8b2c20bf2d7f69ade1227591a79e0441edbb8 (patch) | |
tree | 6a1d4ade33cfd6db256859c9493bc022d2be0959 /FS/FS | |
parent | 0369284202cb5f0beeaf8a829ac98db925422e75 (diff) |
add "All dates" format to package import with contract_end, RT#34397
Diffstat (limited to 'FS/FS')
-rw-r--r-- | FS/FS/cust_pkg/Import.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/cust_pkg/Import.pm b/FS/FS/cust_pkg/Import.pm index f9cf1cb5c..b8062101e 100644 --- a/FS/FS/cust_pkg/Import.pm +++ b/FS/FS/cust_pkg/Import.pm @@ -103,6 +103,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 )], |