minor fix

This commit is contained in:
wilson gomez sanchez 2021-02-19 18:52:17 -05:00
parent 541877660f
commit 52774ff3f7
1 changed files with 1 additions and 1 deletions

View File

@ -1953,7 +1953,7 @@ class PayrollFix(Wizard):
if line.account.id in (578, 16955):
credit += line.credit
if line.account.id == 578:
MoveLine.delete([line.id])
MoveLine.delete([line])
fixed = False
else:
to_change = line