[freeside-commits] freeside/httemplate/misc maestro-customer_status-test.html, 1.2, 1.3
Ivan,,,
ivan at wavetail.420.am
Mon Jul 26 18:57:26 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail.420.am:/tmp/cvs-serv9514
Modified Files:
maestro-customer_status-test.html
Log Message:
better pretty-printing for array values
Index: maestro-customer_status-test.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/maestro-customer_status-test.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- maestro-customer_status-test.html 27 Jul 2010 01:57:05 -0000 1.2
+++ maestro-customer_status-test.html 27 Jul 2010 01:57:19 -0000 1.3
@@ -11,7 +11,7 @@
% $value = join(', ', @$value) if ref($value) eq 'ARRAY';
<TR>
<TD ALIGN="right"><% $key %>:</TD>
- <TD><B><% $return->{$key} %></B></TD>
+ <TD><B><% $value %></B></TD>
</TR>
% }
</table>
More information about the freeside-commits
mailing list