summaryrefslogtreecommitdiff
path: root/FS/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-01-24 18:34:38 -0800
committerIvan Kohler <ivan@freeside.biz>2014-01-24 18:34:38 -0800
commit761449917d3d1d7b3a2206785e702246b8b5625e (patch)
treeafcabd6655009cb8a039557d8386cc9786ea7581 /FS/FS
parenta794f08248abbb8d2f0efb617d3e83babdfe0e09 (diff)
select a date when importing credits, RT#27087
Diffstat (limited to 'FS/FS')
-rw-r--r--FS/FS/cust_credit.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_credit.pm b/FS/FS/cust_credit.pm
index 3f8d57c..7ae6c97 100644
--- a/FS/FS/cust_credit.pm
+++ b/FS/FS/cust_credit.pm
@@ -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' ],
},