[freeside-commits] branch FREESIDE_4_BRANCH updated. a0c126a974fed07ccc90e76c6ac5834af0f8144b

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


The branch, FREESIDE_4_BRANCH has been updated
       via  a0c126a974fed07ccc90e76c6ac5834af0f8144b (commit)
      from  b365d15b186505b76fd317af73721b8f54c3c6a9 (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 a0c126a974fed07ccc90e76c6ac5834af0f8144b
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Aug 25 09:32:07 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