[freeside-commits] branch master updated. 9e4ef67fa35a301ba23a8f6107e12b7db33f83c8

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


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

    warning about param in list context (in a substitution?)

diff --git a/httemplate/misc/void-cust_bill.html b/httemplate/misc/void-cust_bill.html
index 1608fd0..39b0712 100644
--- a/httemplate/misc/void-cust_bill.html
+++ b/httemplate/misc/void-cust_bill.html
@@ -14,7 +14,7 @@
 <% ntable("#cccccc", 2) %>
 <TR>
   <TD ALIGN="right">Reason</TD>
-  <TD><INPUT TYPE="text" NAME="reason" VALUE="<% $cgi->param('reason') |h %>"></TD>
+  <TD><INPUT TYPE="text" NAME="reason" VALUE="<% scalar($cgi->param('reason')) |h %>"></TD>
 </TR>
 
 </TABLE>

-----------------------------------------------------------------------

Summary of changes:
 httemplate/misc/void-cust_bill.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list