summaryrefslogtreecommitdiff
path: root/httemplate/misc
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-08-25 09:32:07 -0700
committerIvan Kohler <ivan@freeside.biz>2015-08-25 09:32:07 -0700
commita0c126a974fed07ccc90e76c6ac5834af0f8144b (patch)
tree4c03aaed59e27be75b34bf7a5e298c4dc66a1f53 /httemplate/misc
parentb365d15b186505b76fd317af73721b8f54c3c6a9 (diff)
param in list context
Diffstat (limited to 'httemplate/misc')
-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>