* Make IPD project like waterfallplus project.
This commit is contained in:
@@ -439,7 +439,7 @@ class programplanModel extends model
|
||||
|
||||
if($data->start_date) $data->start_date = date('d-m-Y', strtotime($data->start_date));
|
||||
|
||||
if($selectCustom && strpos($selectCustom, "point") !== false) $datas['data'][$data->id] = $data;
|
||||
if($selectCustom && strpos($selectCustom, "point") !== false && !$plan->parent) $datas['data'][$data->id] = $data;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user