mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Increase size of monetary decimal fields
This commit is contained in:
@@ -1568,7 +1568,7 @@ class QuickSetupProductForm(I18nForm):
|
||||
)
|
||||
default_price = forms.DecimalField(
|
||||
label=_("Price (optional)"),
|
||||
max_digits=7, decimal_places=2, required=False,
|
||||
max_digits=13, decimal_places=2, required=False,
|
||||
localize=True,
|
||||
widget=forms.TextInput(
|
||||
attrs={
|
||||
|
||||
Reference in New Issue
Block a user