Parcourir la source

[enh] Temporary credit note feature

ljf il y a 7 ans
Parent
commit
1a07775f00
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      coin/billing/models.py

+ 1 - 0
coin/billing/models.py

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