[freeside-commits] branch FREESIDE_4_BRANCH updated. b365d15b186505b76fd317af73721b8f54c3c6a9
Ivan
ivan at 420.am
Tue Aug 25 09:25:39 PDT 2015
The branch, FREESIDE_4_BRANCH has been updated
via b365d15b186505b76fd317af73721b8f54c3c6a9 (commit)
from a7e9c25b21e6401028cd8dc60eb3c8648c1629ec (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 b365d15b186505b76fd317af73721b8f54c3c6a9
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Aug 25 09:25:38 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