mirror of
https://bitbucket.org/presik/trytonpsk-purchase_co.git
synced 2023-12-14 06:43:05 +01:00
minor fix
This commit is contained in:
parent
54acdf90d6
commit
82fd0bb718
2 changed files with 1 additions and 1 deletions
|
@ -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.
Loading…
Reference in a new issue