From 22410492803b0aa4d5bdb1dfdcb16f490dc2487b Mon Sep 17 00:00:00 2001
From: Emmanuel Viennet <emmanuel.viennet@gmail.com>
Date: Mon, 9 Jan 2023 17:04:25 -0300
Subject: [PATCH] =?UTF-8?q?Fix:=20bulletin=20BUT=20json=20des=20d=C3=A9mis?=
 =?UTF-8?q?sionnaires.=20Closes=20#553?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 app/but/bulletin_but.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/but/bulletin_but.py b/app/but/bulletin_but.py
index f7003a70a..59c34204b 100644
--- a/app/but/bulletin_but.py
+++ b/app/but/bulletin_but.py
@@ -465,6 +465,7 @@ class BulletinBUT:
                     "ressources": {},
                     "saes": {},
                     "ues": {},
+                    "ues_capitalisees": {},
                 }
             )
 
-- 
GitLab