select a date when importing credits, RT#27087
[freeside.git] / FS / FS / cust_credit.pm
index 3f8d57c..7ae6c97 100644 (file)
@@ -1118,7 +1118,7 @@ sub process_batch_import {
   my $job = shift;
 
   my $opt = { 'table'   => 'cust_credit',
-              'params'  => [ 'credbatch' ],
+              'params'  => [ '_date', 'credbatch' ],
               'formats' => { 'simple' =>
                                [ 'custnum', 'amount', 'reasonnum', 'invnum' ],
                            },