Spaces:
Running
Running
pierreguillou
commited on
Update helpers/rapport_generator.py
Browse files
helpers/rapport_generator.py
CHANGED
@@ -338,8 +338,8 @@ class RapportGenerator:
|
|
338 |
# Liste des champs à traiter
|
339 |
fields_to_process = [
|
340 |
# Champs simples
|
341 |
-
("TRIBUNAL_ORDONNANCE_REFERE", "Tribunal"),
|
342 |
("DATE_ORDONNANCE_REFERE", "Date Ordonnance Référé"),
|
|
|
343 |
("REFERENCE_DOSSIER", "Référence Dossier"),
|
344 |
("REFERENCE_PORTALIS", "Référence Portalis"),
|
345 |
|
|
|
338 |
# Liste des champs à traiter
|
339 |
fields_to_process = [
|
340 |
# Champs simples
|
|
|
341 |
("DATE_ORDONNANCE_REFERE", "Date Ordonnance Référé"),
|
342 |
+
("TRIBUNAL_ORDONNANCE_REFERE", "Tribunal"),
|
343 |
("REFERENCE_DOSSIER", "Référence Dossier"),
|
344 |
("REFERENCE_PORTALIS", "Référence Portalis"),
|
345 |
|