You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If left this code as it is the dashboard start complaining about not filled values for Stock and pricing. This happens in my case because the default choice field widget has no empty value. This is why an empty extra form always change initial value for price_currency from None to first value from settings.OSCAR_CURRENCIES.
django_oscar_multicurrency/apps/dashboard/catalogue/forms.py
Line 11 in 93afe86
If left this code as it is the dashboard start complaining about not filled values for Stock and pricing. This happens in my case because the default choice field widget has no empty value. This is why an empty extra form always change initial value for
price_currency
from None to first value fromsettings.OSCAR_CURRENCIES
.Just setting initial should help in this case.
The text was updated successfully, but these errors were encountered: