2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00

Add in sale price model

This commit is contained in:
2021-05-04 21:56:25 +02:00
parent 5d214fc869
commit 294e86cc38
4 changed files with 39 additions and 0 deletions

View File

@ -211,6 +211,7 @@ class EditSalesOrderLineItemForm(HelperForm):
'part',
'quantity',
'reference',
'sale_price',
'notes'
]