Revision 9b58dc83
Added by Jérôme Schneider almost 10 years ago
calebasse/dossiers/transport.py | ||
---|---|---|
29 | 29 |
'TRAJET_CHOICE_1': 'trajet_choice_1' in data, |
30 | 30 |
'TRAJET_CHOICE_2': 'trajet_choice_2' in data, |
31 | 31 |
'TRAJET_CHOICE_3': 'trajet_choice_3' in data, |
32 |
'TRAJET_CHOICE_4': 'trajet_choice_4' in data, |
|
33 | 32 |
'TRAJET_NUMBER': data.get('trajet_number', ''), |
34 | 33 |
'PC_CHOICE_1': 'pc_choice_1' in data, |
35 | 34 |
'PC_CHOICE_2': 'pc_choice_2' in data, |
Also available in: Unified diff
dossiers: update transport cerfa to the last version
Closes #5473