fix(universign_status_mapping): add "closed" status mapping to "SIGNE"

This commit is contained in:
Fanilo-Nantenaina 2026-01-06 15:43:47 +03:00
parent 9a1e1d6726
commit 92a2b95cbb

View file

@ -5,6 +5,7 @@ UNIVERSIGN_TO_LOCAL: Dict[str, str] = {
"ready": "EN_ATTENTE", "ready": "EN_ATTENTE",
"started": "EN_COURS", "started": "EN_COURS",
"completed": "SIGNE", "completed": "SIGNE",
"closed": "SIGNE",
"refused": "REFUSE", "refused": "REFUSE",
"expired": "EXPIRE", "expired": "EXPIRE",
"canceled": "REFUSE", "canceled": "REFUSE",