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

(-)a/members/paycollect.pl (-1 / +2 lines)
Lines 137-142 if ( $selected_accts ) { Link Here
137
        }
137
        }
138
    );
138
    );
139
    $total_due = $sum->_resultset->first->get_column('total_amountoutstanding');
139
    $total_due = $sum->_resultset->first->get_column('total_amountoutstanding');
140
} else {
141
    @selected_accountlines = $account->outstanding_debits;
140
}
142
}
141
143
142
if ( $total_paid and $total_paid ne '0.00' ) {
144
if ( $total_paid and $total_paid ne '0.00' ) {
143
- 

Return to bug 27636