minor fix

This commit is contained in:
wilson gomez 2021-07-27 09:00:13 -05:00
parent a4a65fb49f
commit f69d8b8bda

View file

@ -1118,7 +1118,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_type.receipt:
if line.wage.definition == 'payment' and line.wage.receipt:
concept = 'others_payments'
elif line.wage.definition == 'deduction' or \
line.wage.definition == 'discount' and \