Add CorpContact.avs field
This commit is contained in:
parent
95a30d6731
commit
94ec402da0
3 changed files with 19 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue