[fix] [patch] remove default activity type "Planning"

This commit is contained in:
Anand Doshi 2016-06-29 15:32:36 +05:30
parent da43539c53
commit 5b9c6e7fa6

View File

@ -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,