From aec950f0014e3ccc307cc5a229253bfb846d716e Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 24 Apr 2019 17:50:51 +0200 Subject: [PATCH] add some course to conf copy script --- teleforma/management/commands/teleforma-copy-conferences.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/management/commands/teleforma-copy-conferences.py b/teleforma/management/commands/teleforma-copy-conferences.py index 74158476..efdb9f85 100644 --- a/teleforma/management/commands/teleforma-copy-conferences.py +++ b/teleforma/management/commands/teleforma-copy-conferences.py @@ -27,7 +27,7 @@ class Logger: class Command(BaseCommand): help = "Copy conferences from one period to another" - courses = ['OB','PAC','PC','PP','DA','Affaires','DIE','Civil','Penal','Social'] + courses = ['OB','PAC','PC','PP','DA','Civil','Fiscal','Affaires','DIE','Penal','Social'] period_1_name = u'Semestrielle' period_2_name = u'Pré-Estivale' course_type = 'Cours' -- 2.39.5