diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-12-21 00:07:41 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-12-21 00:07:41 -0800 |
commit | c6e21dc3379f34f23896f2a09731c34981ab6018 (patch) | |
tree | ee652437e04009abf822465abf2f8e75c2e5a27b /httemplate/edit/process | |
parent | 8ae921f9d6b1405e3712a7626b80014cd29d5259 (diff) |
add option _not_ to apply a lineitem credit, RT#18676
Diffstat (limited to 'httemplate/edit/process')
-rw-r--r-- | httemplate/edit/process/credit-cust_bill_pkg.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/edit/process/credit-cust_bill_pkg.html b/httemplate/edit/process/credit-cust_bill_pkg.html index 1b6199772..cbcf619ca 100644 --- a/httemplate/edit/process/credit-cust_bill_pkg.html +++ b/httemplate/edit/process/credit-cust_bill_pkg.html @@ -32,6 +32,7 @@ my $error = FS::cust_credit->credit_lineitems( 'billpkgnums' => \@billpkgnums, 'setuprecurs' => \@setuprecurs, 'amounts' => \@amounts, + 'apply' => ( $cgi->param('apply') eq 'yes' ), #the credit 'newreasonnum' => scalar($cgi->param('newreasonnum')), |