This commit is contained in:
Oliver Walters 2019-09-03 22:45:45 +10:00
parent 20b37a2d11
commit e903c1858f

View File

@ -169,7 +169,7 @@ class PartPriceForm(forms.Form):
currency = forms.ChoiceField(label='Currency', help_text=_('Select currency for price calculation'))
def get_currency_choices(self):
""" Create options for Currency """
""" Create options for Currency """
currencies = Currency.objects.all()
choices = [(None, '---------')]