2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-08 12:50:55 +00:00

Remove 'single_price' field from supplier part

- Instead we will rely entirely on the SupplierPriceBreak model
This commit is contained in:
Oliver Walters
2019-05-18 15:45:32 +10:00
parent 3a0f60930e
commit a2dbdfe794
4 changed files with 44 additions and 15 deletions

View File

@@ -155,7 +155,6 @@ class EditSupplierPartForm(HelperForm):
'MPN',
'URL',
'note',
'single_price',
'base_cost',
'multiple',
'minimum',