Ajout option candidat parcours stage 3600h.

This commit is contained in:
Claude Paroz 2023-01-17 12:00:14 +01:00
parent cafe0746c8
commit 8fe118e302
3 changed files with 3 additions and 2 deletions

View file

@ -107,7 +107,7 @@ class InscriptionSummaryPDF(EpcBaseDocTemplate):
[work_label, candidate.get_ok('work_certificate')],
])
if candidate.option != 'PS':
if not candidate.option.startswith('PS'):
data.append(["Contrat de travail", candidate.get_ok('contract')])
data.append(["Promesse d'engagement", candidate.get_ok('promise')])
data.append(["Taux d'activité", candidate.activity_rate])