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

(-)a/Koha/Account/Line.pm (-2 lines)
Lines 318-324 sub adjust { Link Here
318
                    Dumper(
318
                    Dumper(
319
                        {   action            => $update_type,
319
                        {   action            => $update_type,
320
                            borrowernumber    => $self->borrowernumber,
320
                            borrowernumber    => $self->borrowernumber,
321
                            accountno         => $self->accountno,
322
                            amount            => $amount,
321
                            amount            => $amount,
323
                            description       => undef,
322
                            description       => undef,
324
                            amountoutstanding => $new_outstanding,
323
                            amountoutstanding => $new_outstanding,
325
- 

Return to bug 21683