summaryrefslogtreecommitdiff
path: root/httemplate/misc/process/batch-cust_pay.cgi
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-07-13 22:24:39 -0700
committerIvan Kohler <ivan@freeside.biz>2015-07-13 22:24:39 -0700
commitc2ab0eeae00821ad4d32c1f976b710ccdf08f503 (patch)
treee143f6adaf5da5c2a521b65c13c6e0fc158b5cac /httemplate/misc/process/batch-cust_pay.cgi
parent2279ca7ed94e69dd17cc8f67f8504b743127a38c (diff)
parentd0b51206d9d8ba21b820df6be0a342179fea68aa (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.cgi1
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"}