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

(-)a/Koha/Account/Line.pm (-2 lines)
Lines 303-309 sub adjust { Link Here
303
                    Dumper(
303
                    Dumper(
304
                        {   action            => $update_type,
304
                        {   action            => $update_type,
305
                            borrowernumber    => $self->borrowernumber,
305
                            borrowernumber    => $self->borrowernumber,
306
                            accountno         => $self->accountno,
307
                            amount            => $amount,
306
                            amount            => $amount,
308
                            description       => undef,
307
                            description       => undef,
309
                            amountoutstanding => $new_outstanding,
308
                            amountoutstanding => $new_outstanding,
310
- 

Return to bug 21683