Add CorpContact.avs field

This commit is contained in:
Claude Paroz 2020-04-30 11:06:57 +02:00
parent 95a30d6731
commit 94ec402da0
3 changed files with 19 additions and 1 deletions

View file

@ -491,6 +491,7 @@ class CorpContact(models.Model):
archived = models.BooleanField(default=False, verbose_name='Archivé')
sections = models.ManyToManyField(Section, blank=True)
avs = models.CharField('No AVS', max_length=20, blank=True)
ccp = models.CharField('Compte de chèque postal', max_length=15, blank=True)
bank = models.CharField('Banque (nom et ville)', max_length=200, blank=True)
clearing = models.CharField('No clearing', max_length=5, blank=True)