From 9ea76b011d08b5ebc53dea0f69f508e1aed70bc6 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:34:12 +0100 Subject: [PATCH] fix PJDB mapping (#989) --- 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 cdb86ae..0eb0302 100644 --- a/tabellio/documents/typenames.py +++ b/tabellio/documents/typenames.py @@ -2,7 +2,7 @@ MAPPING = { 'DECCCF': u'Décret', - 'PJDB': u'Projet de décret', + 'PJDB': u'Projet de décret budgétaire', 'PJD': u'Projet de décret', 'RAPP': u'Rapport', 'PPD': u'Proposition de décret',