diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-07-13 22:24:39 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-07-13 22:24:39 -0700 |
commit | c2ab0eeae00821ad4d32c1f976b710ccdf08f503 (patch) | |
tree | e143f6adaf5da5c2a521b65c13c6e0fc158b5cac /httemplate/misc/process/batch-cust_pay.cgi | |
parent | 2279ca7ed94e69dd17cc8f67f8504b743127a38c (diff) | |
parent | d0b51206d9d8ba21b820df6be0a342179fea68aa (diff) |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
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 bb4b9733c..ff7886239 100644 --- a/httemplate/misc/process/batch-cust_pay.cgi +++ b/httemplate/misc/process/batch-cust_pay.cgi @@ -40,6 +40,7 @@ foreach my $row ( map /^custnum(\d+)$/, keys %$param ) { 'payinfo' => $param->{"payinfo$row"}, 'discount_term' => $param->{"discount_term$row"}, 'paybatch' => $paybatch, + 'no_auto_apply' => exists($param->{"no_auto_apply$row"}) ? 'Y' : '', } if $param->{"custnum$row"} || $param->{"paid$row"} |