diff --git a/module/my/view/task.html.php b/module/my/view/task.html.php index 4089a291a8..6dfd7dda08 100644 --- a/module/my/view/task.html.php +++ b/module/my/view/task.html.php @@ -25,16 +25,16 @@
| task->id;?> | -task->name;?> | -task->project;?> | -task->pri;?> | +task->name;?> | +task->project;?> | +task->pri;?> | task->estimate;?> | task->consumed;?> | -task->story;?> | +task->story;?> | task->status;?> | action;?> |
|---|