mirror of
https://github.com/pretix/pretix-servicefees.git
synced 2025-05-04 19:44:03 +02:00
Update description
This commit is contained in:
parent
6fb351f221
commit
4f46eb49f0
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue