Skip to content
Snippets Groups Projects
Commit bee24f50 authored by Daniele Nicolodi's avatar Daniele Nicolodi
Browse files

timetracking: New entry code

parent eb463ded
No related branches found
No related tags found
No related merge requests found
...@@ -216,6 +216,7 @@ class Code(enum.Enum): ...@@ -216,6 +216,7 @@ class Code(enum.Enum):
MOBILE = 'Mob', 'M' MOBILE = 'Mob', 'M'
BRIDGE = 'BRT', 'B' BRIDGE = 'BRT', 'B'
ADMIN = 'BAw', 'A' ADMIN = 'BAw', 'A'
NOTE = 'VER', '!'
def __new__(cls, value, string): def __new__(cls, value, string):
obj = object.__new__(cls) obj = object.__new__(cls)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment