@@ -34,6 +34,8 @@ class Category(EBE):
return cls.MEETING
elif 'unternehmensberatung' in task.lower():
+ elif 'Notar' in task:
+ return cls.MEETING
elif 'wirschaftsbüro' in task.lower() or 'wirtschaftsbüro' in task.lower():
elif 'controlling' in task.lower():