Mark payment_term_days settings as required in the backend

This commit is contained in:
Raphael Michel
2020-02-28 12:24:00 +01:00
parent fcdb40dda0
commit 12b3ae81d6

View File

@@ -351,6 +351,7 @@ DEFAULTS = {
"you use slow payment methods like bank transfer, we recommend 14 days. If you only use real-time "
"payment methods, we recommend still setting two or three days to allow people to retry failed "
"payments."),
required=True,
validators=[MinValueValidator(0),
MaxValueValidator(1000000)]
),