Browse Source

Closed->closed

Fabs 11 years ago
parent
commit
51d6a27201
1 changed files with 1 additions and 1 deletions
  1. 1 1
      coin/billing/models.py

+ 1 - 1
coin/billing/models.py

@@ -16,7 +16,7 @@ class Invoice(models.Model):
 
     INVOICES_STATUS_CHOICES = (
         ('open', 'A payer'),
-        ('Closed', 'Reglée'),
+        ('closed', 'Reglée'),
         ('trouble', 'Litige')
     )