@@ -, +, @@ detail page --- members/moremember.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/members/moremember.pl +++ a/members/moremember.pl @@ -132,7 +132,7 @@ if ( $count ) { $totalmount += $guarantee->account->balance; } - $template->param( guarantees => @guarantees); + $template->param( guarantees => \@guarantees); $template->param( amounttot => sprintf("%.2f",$totalmount)); } --