* Make IPD project like waterfallplus project.

This commit is contained in:
Yagami
2023-05-15 15:53:30 +08:00
parent 8438f5b1fe
commit 7ff20381bb
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -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;
}
}
}