2
0
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:
Oliver Walters
2020-11-12 18:05:24 +11:00
parent 0988040172
commit 6e7224ee7c
5 changed files with 52 additions and 3 deletions

View File

@ -175,6 +175,7 @@ class EditPurchaseOrderLineItemForm(HelperForm):
'part',
'quantity',
'reference',
'purchase_price',
'notes',
]