* Add date to cfd.
This commit is contained in:
@@ -3005,9 +3005,9 @@ class executionModel extends model
|
||||
* @access public
|
||||
* @return array
|
||||
*/
|
||||
public function computeCFD($executionID = 0)
|
||||
public function computeCFD($executionID = 0, $date = '')
|
||||
{
|
||||
$today = helper::today();
|
||||
$today = $date ? $date : helper::today();
|
||||
$executions = $this->dao->select('id, code')->from(TABLE_EXECUTION)
|
||||
->where('type')->eq('kanban')
|
||||
->andWhere('status')->notin('done,closed,suspended')
|
||||
|
||||
Reference in New Issue
Block a user