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

(-)a/misc/cronjobs/writeoff_debts.pl (-3 / +1 lines)
Lines 94-101 while ( my $line = $lines->next ) { Link Here
94
                # Link writeoff to charge
94
                # Link writeoff to charge
95
                $writeoff->apply(
95
                $writeoff->apply(
96
                    {
96
                    {
97
                        debits      => [$line],
97
                        debits => [$line]
98
                        offset_type => 'WRITEOFF'
99
                    }
98
                    }
100
                );
99
                );
101
                $writeoff->status('APPLIED')->store();
100
                $writeoff->status('APPLIED')->store();
102
- 

Return to bug 22435