Browse Source

Merge branch 'fix-98-no-price-in-label' of daimrod/coin into master

jocelyn 8 years ago
parent
commit
a058d014eb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      coin/billing/templates/billing/invoice_pdf.html

+ 1 - 1
coin/billing/templates/billing/invoice_pdf.html

@@ -170,7 +170,7 @@
           {{ detail.label }}
           {% if detail.offersubscription %}
             <br/>
-            <span class="subscription">{{ detail.offersubscription.offer }}
+            <span class="subscription">{{ detail.offersubscription.offer.name }}
             {% if detail.offersubscription.offer.reference %} ({{ detail.offersubscription.get_subscription_reference }}){% endif %}
             </span>
           {% endif %}