[freeside-commits] branch master updated. f4fc0bd2f813272ed1a878dd9f130fe155a6e3ff

Ivan ivan at 420.am
Tue Aug 25 09:32:06 PDT 2015


The branch, master has been updated
       via  f4fc0bd2f813272ed1a878dd9f130fe155a6e3ff (commit)
      from  9e4ef67fa35a301ba23a8f6107e12b7db33f83c8 (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 f4fc0bd2f813272ed1a878dd9f130fe155a6e3ff
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Aug 25 09:32:05 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