summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-01-24 18:34:38 -0800
committerJeremy Davis <jeremyd@freeside.biz>2014-02-07 13:56:10 -0500
commit4bc3d0f7dacd7a8bc82b86daf4f938d6cf8def5b (patch)
treebeaf12466b7b72bb8b18f821fd18e54f5262463f /FS
parent2835b0ed9f2d2811d63cf721cf3216f316021f59 (diff)
select a date when importing credits, RT#27087
Diffstat (limited to '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 8e2aaec6f..a117f856c 100644
--- a/FS/FS/cust_credit.pm
+++ b/FS/FS/cust_credit.pm
@@ -1127,7 +1127,7 @@ sub process_batch_import {
my $job = shift;
my $opt = { 'table' => 'cust_credit',
- 'params' => [ 'credbatch' ],
+ 'params' => [ '_date', 'credbatch' ],
'formats' => { 'simple' =>
[ 'custnum', 'amount', 'reasonnum', 'invnum' ],
},