Browse Source

Fix #98 : Do not show the price in the label of billings

daimrod 8 years ago
parent
commit
25c58a388e
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 %}