diff --git a/InvenTree/company/forms.py b/InvenTree/company/forms.py index 76b1c1342c..3fec44cf63 100644 --- a/InvenTree/company/forms.py +++ b/InvenTree/company/forms.py @@ -70,5 +70,6 @@ class EditPriceBreakForm(HelperForm): fields = [ 'part', 'quantity', - 'cost' + 'cost', + 'currency', ]