From 25ad8571fa2e9421462b8e6a1f392ded2719cf48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 23 Nov 2011 17:59:49 +0100 Subject: [PATCH] fix RAPP mapping --- tabellio/documents/typenames.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabellio/documents/typenames.py b/tabellio/documents/typenames.py index 0eb0302..5f70c3e 100644 --- a/tabellio/documents/typenames.py +++ b/tabellio/documents/typenames.py @@ -4,7 +4,7 @@ MAPPING = { 'DECCCF': u'Décret', 'PJDB': u'Projet de décret budgétaire', 'PJD': u'Projet de décret', - 'RAPP': u'Rapport', + 'RAPP': u'Rapport de commission', 'PPD': u'Proposition de décret', 'CRI': u'Compte rendu intégral', 'CRICOM': u'Compte rendu intégral de commission',