2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-30 18:50:53 +00:00

Add total cost column to purchase order list (#4445)

* add total price column to purchase order list

* bump API version
This commit is contained in:
simonkuehling
2023-03-04 00:09:40 +01:00
committed by GitHub
parent 575d62bff4
commit c0f405243a
3 changed files with 15 additions and 2 deletions

View File

@ -321,6 +321,7 @@ class PurchaseOrderList(APIDownloadMixin, ListCreateAPI):
'target_date',
'line_items',
'status',
'responsible',
]
ordering = '-reference'