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