Browse Source

revert

pull/3/head
Muhammad Sulaiman Yusuf 2 years ago
parent
commit
aaf4aecaf0
  1. 3
      app/Http/Controllers/DashboardBoDController.php

3
app/Http/Controllers/DashboardBoDController.php

@ -326,8 +326,7 @@ class DashboardBoDController extends Controller
if(!$alreadyHasReport)
continue;
$minDate = Activity::where('version_gantt_id', $keyGantt['last_gantt_id'])->min("start_date");
/* $minDate = Activity::where('version_gantt_id', $keyGantt['last_gantt_id'])->whereNull('parent_id')->pluck('start_date')->first(); */
$minDate = Activity::where('version_gantt_id', $keyGantt['last_gantt_id'])->min("planned_start");
$begin = new \DateTime($minDate.' Monday');
$maxDate = DB::table('assign_material_to_activity as ama')

Loading…
Cancel
Save