From 578a6144931d30c0858cd1a8fbd47df18cd4b9d8 Mon Sep 17 00:00:00 2001 From: Emmanuel Viennet Date: Thu, 7 Sep 2023 08:53:37 +0200 Subject: [PATCH] Fix: import bulletins but courts --- app/views/notes.py | 1 + sco_version.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/notes.py b/app/views/notes.py index f81b5e1b..51a24cae 100644 --- a/app/views/notes.py +++ b/app/views/notes.py @@ -44,6 +44,7 @@ from app import models from app.auth.models import User from app.but import ( apc_edit_ue, + bulletin_but_court, cursus_but, jury_edit_manual, jury_but, diff --git a/sco_version.py b/sco_version.py index a17429ed..34eef316 100644 --- a/sco_version.py +++ b/sco_version.py @@ -1,7 +1,7 @@ # -*- mode: python -*- # -*- coding: utf-8 -*- -SCOVERSION = "9.6.23" +SCOVERSION = "9.6.24" SCONAME = "ScoDoc"