mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 12:35:46 +00:00
Add "purchase price" field to PurchaseOrderLineItem table
This commit is contained in:
@ -175,6 +175,7 @@ class EditPurchaseOrderLineItemForm(HelperForm):
|
||||
'part',
|
||||
'quantity',
|
||||
'reference',
|
||||
'purchase_price',
|
||||
'notes',
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user