mirror of
https://github.com/pretix/pretix.git
synced 2026-08-24 13:02:00 +00:00
Bank transfer: Update text for invoice sending
This commit is contained in:
@@ -329,7 +329,7 @@ class BankTransfer(BasePaymentProvider):
|
|||||||
if self._invoice_email_asked:
|
if self._invoice_email_asked:
|
||||||
return {
|
return {
|
||||||
'send_invoice': forms.BooleanField(
|
'send_invoice': forms.BooleanField(
|
||||||
label=_('Please send my invoice directly to our accounting department'),
|
label=_('Please additionally send my invoice directly to our accounting department'),
|
||||||
required=False,
|
required=False,
|
||||||
),
|
),
|
||||||
'send_invoice_to': forms.EmailField(
|
'send_invoice_to': forms.EmailField(
|
||||||
|
|||||||
Reference in New Issue
Block a user