Include provider-specific text in payment notification mail

This commit is contained in:
Raphael Michel
2017-01-21 13:41:20 +01:00
parent 48a2090e01
commit 2f0cbcc565
3 changed files with 7 additions and 2 deletions

View File

@@ -385,7 +385,7 @@ class MailSettingsForm(SettingsForm):
label=_("Text"),
required=False,
widget=I18nTextarea,
help_text=_("Available placeholders: {event}, {url}, {invoice_name}, {invoice_company}")
help_text=_("Available placeholders: {event}, {url}, {invoice_name}, {invoice_company}, {payment_info}")
)
mail_text_order_free = I18nFormField(
label=_("Text"),