minor fix

This commit is contained in:
wilson gomez 2022-01-05 11:51:14 -05:00
parent 9f128159bd
commit 5e8efe286a

View file

@ -1095,7 +1095,7 @@ class LiquidationExportReport(Report):
if line.wage.type_concept in (payments):
concept = line.wage.type_concept
else:
if line.wage.definition == 'payment' and line.wage.receipt:
if line.wage.definition == 'payment':
concept = 'others_payments'
elif line.wage.definition == 'deduction' or \
line.wage.definition == 'discount' and \