Projet

Général

Profil

0001-lingo-update-HTML-text-in-invoice-email-notification.patch

Voir les différences:

Subject: [PATCH] lingo: update HTML text in invoice email notification body
 (#22715)

 .../lingo/templates/lingo/combo/invoice_email_notification_body.html  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
combo/apps/lingo/templates/lingo/combo/invoice_email_notification_body.html
10 10
    {% else %}
11 11
    <p>{% blocktrans %}You can view it by going on your <a href="{{ portal_url }}">{{ site_title }}</a>.{% endblocktrans %}</p>
12 12
    {% if item.no_online_payment_reason == 'autobilling' %}
13
    <p>{% blocktrans with debit_date=item.payment_limit_date|date:"DATE_FORMAT" %}
14
      The amount of this invoice will be debited from your account at {{ debit_date }}.
13
    <p>
14
      {% blocktrans with debit_date=item.payment_limit_date|date:"DATE_FORMAT" %}The amount of this invoice will be debited from your account at {{ debit_date }}.
15 15
      {% endblocktrans %}
16 16
    </p>
17 17
    {% endif %}
18
-