Skip to content
Extraits de code Groupes Projets
Valider 2a9aff8e rédigé par Benjamin - Le Filament's avatar Benjamin - Le Filament
Parcourir les fichiers

[UPD] adapt new Inovatic response LiasseProfil format

parent f03b9202
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -70,7 +70,7 @@ class ScopLiasseFiscaleInovatic(models.Model):
else:
liasse_values = json_data.get("DecimalCells")
vals["format"] = "2033"
elif json_data.get("LiasseProfil") == "2050":
elif json_data.get("LiasseProfil") in ["2050", "2144"]:
liasse_values = json_data.get("DecimalCells")
vals["format"] = "2050"
else:
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter