From: Ivan Kohler Date: Wed, 15 Apr 2015 18:12:38 +0000 (-0700) Subject: add "All dates" format to package import with contract_end, RT#34397 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=e1a8b2c20bf2d7f69ade1227591a79e0441edbb8 add "All dates" format to package import with contract_end, RT#34397 --- 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 )], diff --git a/httemplate/misc/cust_pkg-import.html b/httemplate/misc/cust_pkg-import.html index 1ec5930a2..c1c1b8b1d 100644 --- a/httemplate/misc/cust_pkg-import.html +++ b/httemplate/misc/cust_pkg-import.html @@ -29,8 +29,8 @@ Import a file containing customer packages.