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

(-)a/members/paycollect.pl (-2 / +1 lines)
Lines 148-154 if ( $total_paid and $total_paid ne '0.00' ) { Link Here
148
                    { order_by => 'date' }
148
                    { order_by => 'date' }
149
                );
149
                );
150
150
151
                return Koha::Account->new(
151
                Koha::Account->new(
152
                    {
152
                    {
153
                        patron_id => $borrowernumber,
153
                        patron_id => $borrowernumber,
154
                    }
154
                    }
155
- 

Return to bug 19205