From c076e3d1cd8969680cc6140c18290208703bd6b9 Mon Sep 17 00:00:00 2001
From: benjamin <benjamin@le-filament.com>
Date: Wed, 24 Jan 2024 19:00:59 +0100
Subject: [PATCH] [FIX] add total ICD for simulation

---
 models/scop_cotisation_cg.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/models/scop_cotisation_cg.py b/models/scop_cotisation_cg.py
index a8dd9f4..8aea550 100644
--- a/models/scop_cotisation_cg.py
+++ b/models/scop_cotisation_cg.py
@@ -849,6 +849,7 @@ class ScopCotisation(models.Model):
                 "total_cae": total_cae,
                 "total_indus": total_indus,
                 "total_med": total_med,
+                "total_idf": total_idf,
             }
         )
 
-- 
GitLab