Add CorpContact.nation for nationality
This commit is contained in:
parent
f2882f29cf
commit
16ca90f6eb
4 changed files with 19 additions and 3 deletions
|
|
@ -307,8 +307,7 @@ class CompensationForm:
|
|||
[
|
||||
self.formating('Date de naissance :'),
|
||||
django_format(person.birth_date, 'j F Y') if person.birth_date else '.' * 30,
|
||||
self.formating('Nationalité :'),
|
||||
'.' * 30,
|
||||
self.formating('Nationalité :'), person.nation or '.' * 30,
|
||||
],
|
||||
[
|
||||
self.formating('N° de téléphone :'), person.tel or '.' * 30,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue