Update indemnite PDF

This commit is contained in:
Claude Paroz 2020-04-30 11:25:38 +02:00
parent 94ec402da0
commit 8aace389cc
4 changed files with 49 additions and 19 deletions

View file

@ -492,7 +492,6 @@ class CorpContact(models.Model):
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)
iban = models.CharField('iban', max_length=21, blank=True)