forked from CGM_Public/pretix_original
Tax rule editor: Fix label for "text on invoice"
This commit is contained in:
@@ -1379,7 +1379,10 @@ class TaxRuleLineForm(I18nForm):
|
||||
invoice_text = I18nFormField(
|
||||
label=_('Text on invoice'),
|
||||
required=False,
|
||||
widget=I18nTextInput
|
||||
widget=I18nTextInput,
|
||||
widget_kwargs=dict(attrs={
|
||||
'placeholder': _('Text on invoice'),
|
||||
})
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user