From: ivan Date: Tue, 27 Jul 2010 01:57:19 +0000 (+0000) Subject: better pretty-printing for array values X-Git-Tag: root_of_svc_elec_features~21 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=53d8528049b4374004ee807aaab39d91f7fb107a better pretty-printing for array values --- diff --git a/httemplate/misc/maestro-customer_status-test.html b/httemplate/misc/maestro-customer_status-test.html index a75b88acb..86e5b1f01 100644 --- a/httemplate/misc/maestro-customer_status-test.html +++ b/httemplate/misc/maestro-customer_status-test.html @@ -11,7 +11,7 @@ % $value = join(', ', @$value) if ref($value) eq 'ARRAY'; <% $key %>: - <% $return->{$key} %> + <% $value %> % }