From 721e3c73cc0c29832cccd72db26124236ffb82ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 13 Oct 2016 16:18:55 +0200 Subject: [PATCH] add label for new CCG and RESADOPT document types (#13589) --- tabellio/documents/typenames.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tabellio/documents/typenames.py b/tabellio/documents/typenames.py index b959985..3fff32e 100644 --- a/tabellio/documents/typenames.py +++ b/tabellio/documents/typenames.py @@ -68,4 +68,6 @@ MAPPING = { 'DT': u'Débat thématique', 'EXPART': u'Exposé particulier', 'TEXADOPT': u'Texte adopté', + 'CCG': u'Contrôle du compte général', + 'RESADOPT': u'Résolution adoptée par le Parlement', }