X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fmisc%2Fmaestro-customer_status-test.html;h=a75b88acb15cf9847c80d9a02f3ea48ad3010454;hb=07da9c4c33b9ff573780052fc8994b492bb7bafb;hp=16d4b5728754e38bf01c5db054319bea8bc8f250;hpb=d0cfae64ac8c44a379b0f64e4f47a678ecd8fe77;p=freeside.git diff --git a/httemplate/misc/maestro-customer_status-test.html b/httemplate/misc/maestro-customer_status-test.html index 16d4b5728..a75b88acb 100644 --- a/httemplate/misc/maestro-customer_status-test.html +++ b/httemplate/misc/maestro-customer_status-test.html @@ -7,10 +7,12 @@ % foreach my $key (keys %$return) { - - - - +% my $value = $return->{$key}; +% $value = join(', ', @$value) if ref($value) eq 'ARRAY'; + + + + % }
<% $key %>:<% $return->{$key} %>
<% $key %>:<% $return->{$key} %>