minor fix

This commit is contained in:
wilson gomez sanchez 2021-02-19 19:02:53 -05:00
parent 5acfa23a3a
commit ee43beb41b
1 changed files with 2 additions and 2 deletions

View File

@ -1946,8 +1946,8 @@ class PayrollFix(Wizard):
for p in payrolls:
credit = 0
p.move.state = 'draft'
p.move.save()
# p.move.state = 'draft'
# p.move.save()
fixed = True
for line in p.move.lines:
if line.account.id in (578, 16955):