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:
@ -321,6 +321,7 @@ class PurchaseOrderList(APIDownloadMixin, ListCreateAPI):
|
||||
'target_date',
|
||||
'line_items',
|
||||
'status',
|
||||
'responsible',
|
||||
]
|
||||
|
||||
ordering = '-reference'
|
||||
|
Reference in New Issue
Block a user