diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2018-02-13 09:04:28 -0500 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2018-02-13 09:04:28 -0500 |
| commit | 908b5627cc5899b00d3b9e83602403eb956dd038 (patch) | |
| tree | 3acd7abd582b6c68b3d1612623b2702ba640cc88 /httemplate/misc/process | |
| parent | bd115bbb7ee8b1f8568d026caceb95ae18c80e87 (diff) | |
| parent | 1f19ac8ae3fda009fede1e3c6f3e1c75b93adfca (diff) | |
Merge branch 'master' of ssh://git.freeside.biz/home/git/freeside
Diffstat (limited to 'httemplate/misc/process')
| -rwxr-xr-x | httemplate/misc/process/void-cust_bill.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/misc/process/void-cust_bill.html b/httemplate/misc/process/void-cust_bill.html index 32a2fc591..49dda185e 100755 --- a/httemplate/misc/process/void-cust_bill.html +++ b/httemplate/misc/process/void-cust_bill.html @@ -19,8 +19,8 @@ my $invnum = $1; my $cust_bill = qsearchs('cust_bill',{'invnum'=>$invnum}); -my $custnum = $cust_bill->custnum; - -my $error = $cust_bill->void( scalar($cgi->param('reason')) ); +my $error = $cust_bill->void( scalar($cgi->param('reason')), + scalar($cgi->param('reprocess_cdrs')), + ); </%init> |
