Skip to content

Commit

Permalink
Update project_event/models/project_task.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis committed Jun 4, 2019
1 parent b755a3d commit 68e5463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project_event/models/project_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@ def order_activity_fields(tracking_values):
'sector_id'
]
activity_tracking_values = []
for index in range(len(tracking_values)):
for index in range(len(activity_fields_list)):
for k in range(len(tracking_values)):
activity = tracking_values.__getitem__(k)
if activity.__getitem__(2).get('field')\
Expand Down

0 comments on commit 68e5463

Please sign in to comment.