* Code for task#60640

This commit is contained in:
zenggang
2022-07-12 07:15:13 +00:00
parent 58941466a6
commit 6a84cd7469
3 changed files with 38 additions and 1 deletions
+1
View File
@@ -1389,6 +1389,7 @@ class execution extends control
if(date("Y-m-d", strtotime("-3 months", strtotime($end))) > $begin) return $this->sendError($this->lang->execution->charts->cfd->errorDateRange);
$this->execution->computeCFD($executionID);
$this->execution->checkCFDData($executionID, $begin);
return print(js::locate($this->createLink('execution', 'cfd', "executionID=$executionID&type=$type&withWeekend=$withWeekend&begin=" . helper::safe64Encode(urlencode($begin)) . "&end=" . helper::safe64Encode(urlencode($end))), 'parent'));
}