From 4af7fdd6eb6a6fb2d1ab40116080308241f0baf3 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Fri, 21 Dec 2012 00:07:45 -0800 Subject: add option _not_ to apply a lineitem credit, RT#18676 --- httemplate/edit/process/credit-cust_bill_pkg.html | 1 + 1 file changed, 1 insertion(+) (limited to 'httemplate/edit/process') 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')), -- cgit v1.2.1