mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Increase size of monetary decimal fields
This commit is contained in:
@@ -116,7 +116,7 @@ class Discount(LoggedModel):
|
||||
condition_min_value = models.DecimalField(
|
||||
verbose_name=_('Minimum gross value of matching products'),
|
||||
decimal_places=2,
|
||||
max_digits=10,
|
||||
max_digits=13,
|
||||
default=Decimal('0.00'),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user