Update description

This commit is contained in:
Raphael Michel 2022-03-31 21:18:53 +02:00
parent 6fb351f221
commit 4f46eb49f0
1 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,8 @@ class ServiceFeeSettingsForm(SettingsForm):
required=False
)
service_fee_skip_free = forms.BooleanField(
label=_('Do not charge per-ticket service fee on free products UNLESS the entire order is free'),
label=_('Do not charge per-ticket service fee on free products'),
help_text=_('Note that regardless of this setting, a per-ticket fee will not be charged if the entire order is free.'),
required=False
)