[freeside-commits] branch FREESIDE_3_BRANCH updated. 147d171069905e80a47442ee4b35515534989909
Ivan
ivan at 420.am
Tue Aug 25 09:32:09 PDT 2015
The branch, FREESIDE_3_BRANCH has been updated
via 147d171069905e80a47442ee4b35515534989909 (commit)
from 48daaf7dd667869e033ce9463829cbfec47fab4e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 147d171069905e80a47442ee4b35515534989909
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Aug 25 09:32:08 2015 -0700
param in list context
diff --git a/httemplate/misc/process/void-cust_bill.html b/httemplate/misc/process/void-cust_bill.html
index accee27..7773b0b 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>
-----------------------------------------------------------------------
Summary of changes:
httemplate/misc/process/void-cust_bill.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list