diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2016-11-16 21:02:41 -0800 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2018-10-11 10:32:10 -0400 |
| commit | 3bae62d27df9c565e9491b7d06aefa8a55deb7c9 (patch) | |
| tree | 9bd224445f477d90cd108772d3e70115953d39f6 /httemplate/misc/process/batch-cust_pay.cgi | |
| parent | 9397bcfb83ac646b9beb636f2083f88f4b97ab15 (diff) | |
add date to quick payment entry, RT#73382
Diffstat (limited to 'httemplate/misc/process/batch-cust_pay.cgi')
| -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' : '', |
