mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 11:05:41 +00:00
Add option to edit currency
This commit is contained in:
@ -70,5 +70,6 @@ class EditPriceBreakForm(HelperForm):
|
|||||||
fields = [
|
fields = [
|
||||||
'part',
|
'part',
|
||||||
'quantity',
|
'quantity',
|
||||||
'cost'
|
'cost',
|
||||||
|
'currency',
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user