minor fix

This commit is contained in:
santiago mendez 2022-10-25 08:34:44 -05:00
parent 08126b82a2
commit f54ea62d7c
1 changed files with 1 additions and 1 deletions

View File

@ -1964,7 +1964,7 @@ class Exo2276Report(Report):
vals['box_family'] += line.amount
elif concept == 'risk':
vals['risk'] += line.amount
elif concept == 'other':
elif concept in ['other', 'convencional_bonus']:
vals['other'] += line.amount
else:
print('Warning: Line no processed... ',