fixes, orval, downloader functioning again
This commit is contained in:
@@ -83,7 +83,7 @@ class VATRate(models.Model):
|
||||
)
|
||||
|
||||
rate = models.DecimalField(
|
||||
max_digits=5,
|
||||
max_digits=6,
|
||||
decimal_places=4, # Allows rates like 19.5000%
|
||||
validators=[MinValueValidator(Decimal('0')), MaxValueValidator(Decimal('100'))],
|
||||
help_text="VAT rate as percentage (e.g. 19.00 for 19%)"
|
||||
|
||||
Reference in New Issue
Block a user