summaryrefslogtreecommitdiff
path: root/httemplate/misc/process
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-08-27 14:47:03 -0700
committerMark Wells <mark@freeside.biz>2015-08-27 14:47:43 -0700
commit292ef074d01bb925e9a466ed771bf2ac418bb44f (patch)
tree66c8842f887fa3d427f5066ac1cdebf97b6a1013 /httemplate/misc/process
parent33f1c704766af0621159d5a8453379b6706d8c8a (diff)
parentca501bda179434c87d9150780a80d3d64b68e358 (diff)
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/misc/process')
-rwxr-xr-xhttemplate/misc/process/void-cust_bill.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/process/void-cust_bill.html b/httemplate/misc/process/void-cust_bill.html
index accee27fd..7773b0ba9 100755
--- a/httemplate/misc/process/void-cust_bill.html
+++ b/httemplate/misc/process/void-cust_bill.html
@@ -21,6 +21,6 @@ my $cust_bill = qsearchs('cust_bill',{'invnum'=>$invnum});
my $custnum = $cust_bill->custnum;
-my $error = $cust_bill->void( $cgi->param('reason') );
+my $error = $cust_bill->void( scalar($cgi->param('reason')) );
</%init>