View | Details | Raw Unified | Return to bug 12446
Collapse All | Expand All

(-)a/members/moremember.pl (-2 / +1 lines)
Lines 132-138 if ( $count ) { Link Here
132
        $totalmount += $guarantee->account->balance;
132
        $totalmount += $guarantee->account->balance;
133
133
134
    }
134
    }
135
    $template->param( guarantees => @guarantees);
135
    $template->param( guarantees => \@guarantees);
136
    $template->param( amounttot => sprintf("%.2f",$totalmount));
136
    $template->param( amounttot => sprintf("%.2f",$totalmount));
137
}
137
}
138
138
139
- 

Return to bug 12446