Allow EDE compens. form for experts without corp.
This commit is contained in:
parent
390f563ac0
commit
e98cb2a4e2
2 changed files with 6 additions and 1 deletions
|
|
@ -313,7 +313,7 @@ class CompensationForm:
|
|||
[self.formating('Adresse complète :'), person.street or self.points],
|
||||
['', person.pcode_city if person.pcode else self.points],
|
||||
['', self.points],
|
||||
[self.formating('Employeur :'), person.corporation.name or self.points],
|
||||
[self.formating('Employeur :'), person.corporation.name if person.corporation else self.points],
|
||||
[Spacer(0, 0.2 * cm)],
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue