diff options
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/misc/maestro-customer_status-test.html | 2 |
1 files changed, 1 insertions, 1 deletions
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'; <TR> <TD ALIGN="right"><% $key %>:</TD> - <TD><B><% $return->{$key} %></B></TD> + <TD><B><% $value %></B></TD> </TR> % } </table> |