summaryrefslogtreecommitdiff
path: root/httemplate/edit/process
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-12-21 00:07:45 -0800
committerIvan Kohler <ivan@freeside.biz>2012-12-21 00:07:45 -0800
commit4af7fdd6eb6a6fb2d1ab40116080308241f0baf3 (patch)
tree1891b45b0c4fb97e324bc8734213e6d59935071c /httemplate/edit/process
parent52fcd2eb6f389fa8223d6d10d24aed4595c801db (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.html1
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')),