From 90bd147a56e5217c9d6bd2c7735a2a46dffe8f19 Mon Sep 17 00:00:00 2001 From: alazo Date: Tue, 22 Aug 2017 17:24:32 +0200 Subject: [PATCH] Added new item to account_categories --- stages/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/stages/views.py b/stages/views.py index 6667e87..3ef810e 100644 --- a/stages/views.py +++ b/stages/views.py @@ -413,6 +413,7 @@ class HPImportView(ImportViewBase): 'ASEFE': 'ASEFE', 'ASSCFE': 'ASSCFE', 'MP': 'MP', + 'CMS': 'MP', 'EDEpe': 'EDEpe', 'EDEps': 'EDEps', 'EDE': 'EDE',