[fix] [patch] remove default activity type "Planning"
This commit is contained in:
parent
da43539c53
commit
5b9c6e7fa6
@ -18,7 +18,7 @@ def get_timesheet_data(data):
|
||||
'hours': data.hours,
|
||||
'to_time': data.to_time,
|
||||
'project': data.project,
|
||||
'activity_type': data.activity_type or "Planning",
|
||||
'activity_type': data.activity_type,
|
||||
'operation': data.operation,
|
||||
'operation_id': data.operation_id,
|
||||
'workstation': data.workstation,
|
||||
|
Loading…
x
Reference in New Issue
Block a user