diff options
author | Mark Wells <mark@freeside.biz> | 2015-08-27 14:47:03 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-08-27 14:47:43 -0700 |
commit | 292ef074d01bb925e9a466ed771bf2ac418bb44f (patch) | |
tree | 66c8842f887fa3d427f5066ac1cdebf97b6a1013 /httemplate/misc/process | |
parent | 33f1c704766af0621159d5a8453379b6706d8c8a (diff) | |
parent | ca501bda179434c87d9150780a80d3d64b68e358 (diff) |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/misc/process')
-rwxr-xr-x | httemplate/misc/process/void-cust_bill.html | 2 |
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> |