minor fix

This commit is contained in:
wilsongomez 2022-04-07 11:55:02 -05:00
parent 54acdf90d6
commit 82fd0bb718
2 changed files with 1 additions and 1 deletions

View file

@ -333,7 +333,7 @@ class PurchasesDetailedReport(Report):
fields_names = [
'number', 'description', 'party.name', 'untaxed_amount',
'party.id_number', 'state', 'tax_amount', 'total_amount',
'currency.code', 'purchases.description'
'currency.code', 'purchases.description', 'purchases.number'
]
fields = Purchase.fields_get(fields_names=['operation_center'])

Binary file not shown.