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

(-)a/members/moremember.pl (-2 / +1 lines)
Lines 194-200 if ( $count ) { Link Here
194
        $totalmount += $guarantee->account->balance;
194
        $totalmount += $guarantee->account->balance;
195
195
196
    }
196
    }
197
    $template->param( guarantees => @guarantees);
197
    $template->param( guarantees => \@guarantees);
198
    $template->param( amounttot => sprintf("%.2f",$totalmount));
198
    $template->param( amounttot => sprintf("%.2f",$totalmount));
199
}
199
}
200
200
201
- 

Return to bug 12446