Parcourir la source

Show consolidated services cost in document detail view.

Jocelyn Delande il y a 9 ans
Parent
commit
b31d1ba4cd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      costs/templates/costs/document_detail.html

+ 1 - 1
costs/templates/costs/document_detail.html

@@ -50,7 +50,7 @@ un relevé.
 {% for service in document.service_set.all %}
   <li>
     <a href="{{ service.get_absolute_url }}">{{ service.name }}</a>
-    ({{ service.get_prices.unit_recurring_price|price }} /mois)
+    ({{ service.get_prices.unit_consolidated_cost|price }} /mois)
   </li>
 {% empty %}
   <li>Pas de service pour l'instant.</li>