Browse Source

Use ISP shortname for billing information.

opi 9 years ago
parent
commit
f5831358f4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      coin/billing/templates/billing/payment_howto.html

+ 2 - 2
coin/billing/templates/billing/payment_howto.html

@@ -5,7 +5,7 @@
 </p>
 <p>
     <strong>Virement</strong><br />
-    Titulaire du compte : {{ branding.name }}<br/>
+    Titulaire du compte : {{ branding.shortname }}<br/>
     IBAN : {{ branding.bankinfo.iban|pretty_iban }}<br />
 
     {% if branding.bankinfo.bic %}
@@ -19,7 +19,7 @@
     <strong>Chèque</strong><br />
     {% with address=branding.registeredoffice %}
     Paiement par chèque à l'ordre de "{{ branding.bankinfo.check_order }}" envoyé à l'adresse : <br />
-    {{ branding.name }}<br />
+    {{ branding.shortname }}<br />
     {% if address.extended_address %}
     {{ address.extended_address }}<br />
     {% endif %}