2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 12:06:44 +00:00

Add option to edit currency

This commit is contained in:
Oliver Walters 2019-09-03 09:55:15 +10:00
parent 09cb82cdc0
commit af8a96e080

View File

@ -70,5 +70,6 @@ class EditPriceBreakForm(HelperForm):
fields = [
'part',
'quantity',
'cost'
'cost',
'currency',
]