Browse Source

[enh] Temporary credit note feature

ljf 7 years ago
parent
commit
621c26d173
1 changed files with 1 additions and 0 deletions
  1. 1 0
      coin/billing/models.py

+ 1 - 0
coin/billing/models.py

@@ -359,6 +359,7 @@ class Payment(models.Model):
         ('cash', 'Espèces'),
         ('check', 'Chèque'),
         ('transfer', 'Virement'),
+        ('creditnote', 'Avoir'),
         ('other', 'Autre')
     )