Browse Source

add default value

pull/3/head
Muhammad Sulaiman Yusuf 2 years ago
parent
commit
589187f15a
  1. 1
      app/Http/Controllers/ProjectController.php

1
app/Http/Controllers/ProjectController.php

@ -402,6 +402,7 @@ class ProjectController extends Controller
$arr_ActualM = [];
$tempDate = [];
$tempPercentage = [];
$tempPercentagePlan = [];
$tempPercentagePlanWhr = [];
$tempPercentageReal = [];

Loading…
Cancel
Save