From cf96d4ed31cdf5c17f82bc259e1c75b028cb174b Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 13 Aug 2025 16:09:54 +0200 Subject: [PATCH] Update help text --- src/pretix/control/forms/event.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/control/forms/event.py b/src/pretix/control/forms/event.py index 240ebcc700..6b3d04ead4 100644 --- a/src/pretix/control/forms/event.py +++ b/src/pretix/control/forms/event.py @@ -863,7 +863,7 @@ class TaxSettingsForm(EventSettingsValidationMixin, SettingsForm): "Recommended for e-invoicing when you primarily sell to consumers. " "The gross or net price of some products may be changed automatically to ensure correct " "rounding of the order total. The system attempts to keep gross prices as configured whenever " - "possible." + "possible. Gross prices may still change if they are impossible to derive from a rounded net price." ), } self.fields["tax_rounding"].choices = (