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

(-)a/Koha/Account.pm (-2 / +1 lines)
Lines 479-485 sub add_debit { Link Here
479
            sub {
479
            sub {
480
480
481
                # Insert the account line
481
                # Insert the account line
482
                $line = Koha::Account::Line->new(
482
                $line = Koha::Account::Debit->new(
483
                    {
483
                    {
484
                        borrowernumber    => $self->{patron_id},
484
                        borrowernumber    => $self->{patron_id},
485
                        date              => \'NOW()',
485
                        date              => \'NOW()',
486
- 

Return to bug 21043