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

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

Return to bug 12446