Browse Source

Merge branch 'correction_of_description_of_amount_before_tax' of dam35/coin into master

daimrod 8 years ago
parent
commit
cc069117fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      coin/billing/models.py

+ 1 - 1
coin/billing/models.py

@@ -161,7 +161,7 @@ class Invoice(models.Model):
         for detail in self.details.all():
             total += detail.amount
         return total.quantize(Decimal('0.01'))
-    amount.short_description = 'Montant HT'
+    amount_before_tax.short_description = 'Montant HT'
 
     def amount_paid(self):
         """