From 7c285c0894324c6a53e5c0ce0341210a5edbd9ee Mon Sep 17 00:00:00 2001
From: Emmanuel Viennet <emmanuel.viennet@gmail.com>
Date: Sat, 13 Jul 2024 08:47:05 +0200
Subject: [PATCH] Fix typo XML bul

---
 app/but/bulletin_but_xml_compat.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/but/bulletin_but_xml_compat.py b/app/but/bulletin_but_xml_compat.py
index fb9af205..8159fead 100644
--- a/app/but/bulletin_but_xml_compat.py
+++ b/app/but/bulletin_but_xml_compat.py
@@ -203,7 +203,7 @@ def bulletin_but_xml_compat(
                                         e.date_debut.isoformat() if e.date_debut else ""
                                     ),
                                     date_fin=(
-                                        e.date_fin.isoformat() if e.date_debut else ""
+                                        e.date_fin.isoformat() if e.date_fin else ""
                                     ),
                                     coefficient=str(e.coefficient),
                                     # pas les poids en XML compat
-- 
GitLab