diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2016-11-18 05:19:46 -0600 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-11-18 05:19:46 -0600 |
commit | 2a56c671635687bf2648eb3a7cf4bce228101af3 (patch) | |
tree | 7638e36c0d53de62cf51421e26e2acfc406bd7ab /httemplate/misc/process | |
parent | e41cafbe7616c4f046c6161999d4577f1c918311 (diff) | |
parent | eafcf16ece06a179ef55848da0a2bfcc91e1f858 (diff) |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/misc/process')
-rw-r--r-- | httemplate/misc/process/batch-cust_pay.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/misc/process/batch-cust_pay.cgi b/httemplate/misc/process/batch-cust_pay.cgi index ff7886239..b4580bb4e 100644 --- a/httemplate/misc/process/batch-cust_pay.cgi +++ b/httemplate/misc/process/batch-cust_pay.cgi @@ -38,6 +38,7 @@ foreach my $row ( map /^custnum(\d+)$/, keys %$param ) { 'paid' => $param->{"paid$row"}, 'payby' => 'BILL', 'payinfo' => $param->{"payinfo$row"}, + '_date' => $param->{"_date$row"}, 'discount_term' => $param->{"discount_term$row"}, 'paybatch' => $paybatch, 'no_auto_apply' => exists($param->{"no_auto_apply$row"}) ? 'Y' : '', |