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

(-)a/members/paycollect.pl (-2 / +1 lines)
Lines 166-172 if ( $total_paid and $total_paid ne '0.00' ) { Link Here
166
            error_over => 1,
166
            error_over => 1,
167
            total_due => $total_due
167
            total_due => $total_due
168
        );
168
        );
169
    } elsif ( $total_collected < $total_paid && !( $writeoff_individual || $type eq 'writeoff') ) {
169
    } elsif ( $total_collected < $total_paid && ( $writeoff_individual || $type eq 'writeoff') ) {
170
        $template->param(
170
        $template->param(
171
            error_under => 1,
171
            error_under => 1,
172
            total_paid => $total_paid
172
            total_paid => $total_paid
173
- 

Return to bug 25526