diff --git a/app/Http/Controllers/VersionGanttController.php b/app/Http/Controllers/VersionGanttController.php index 4dc9450..b66dc3f 100644 --- a/app/Http/Controllers/VersionGanttController.php +++ b/app/Http/Controllers/VersionGanttController.php @@ -94,7 +94,7 @@ class VersionGanttController extends Controller $progress = VersionGantt::select('m_version_gantt.id','m_activity.persentase_progress') ->join('m_activity', 'm_version_gantt.id', '=', 'm_activity.version_gantt_id') ->where("m_version_gantt.".$column, $value) - ->where('m_activity.type_activity', "project") + // ->where('m_activity.type_activity', "project") ->where('m_activity.parent_id', null) ->get(); foreach($progress as $item) {