* Finish task #92309.

This commit is contained in:
Yagami
2023-05-12 15:36:13 +08:00
parent 89072f7a62
commit 944790b33d
+1 -1
View File
@@ -438,7 +438,7 @@ class programplanModel extends model
if($data->start_date) $data->start_date = date('d-m-Y', strtotime($data->start_date));
$datas['data'][$data->id] = $data;
if($selectCustom && strpos($selectCustom, "point") !== false) $datas['data'][$data->id] = $data;
}
}
}