diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2016-11-16 21:02:41 -0800 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2018-10-31 14:08:32 -0400 |
| commit | 5f37f71c5ab6d255e42c0443c8ce8e1dbd8e4c3e (patch) | |
| tree | 66a53d1b7c003eba059d8c63f6784895324afa44 /httemplate/misc/process | |
| parent | b8a2ca1082333950aed46d6d388cf3eb57eb62a5 (diff) | |
add date to quick payment entry, RT#73382
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' : '', |
