[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,
|
'hours': data.hours,
|
||||||
'to_time': data.to_time,
|
'to_time': data.to_time,
|
||||||
'project': data.project,
|
'project': data.project,
|
||||||
'activity_type': data.activity_type or "Planning",
|
'activity_type': data.activity_type,
|
||||||
'operation': data.operation,
|
'operation': data.operation,
|
||||||
'operation_id': data.operation_id,
|
'operation_id': data.operation_id,
|
||||||
'workstation': data.workstation,
|
'workstation': data.workstation,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user