From 23252645c15d1ae7ee9a01785695601cb04a4157 Mon Sep 17 00:00:00 2001 From: ibnu Date: Wed, 12 Apr 2023 15:10:42 +0700 Subject: [PATCH] update logic progress gantt --- app/Http/Controllers/VersionGanttController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {