* Modify the return link of the report.
This commit is contained in:
@@ -55,7 +55,7 @@ class report extends control
|
||||
*/
|
||||
public function projectDeviation($begin = 0, $end = 0)
|
||||
{
|
||||
$this->session->set('projectList', $this->app->getURI(true), 'project');
|
||||
$this->session->set('executionList', $this->app->getURI(true), 'execution');
|
||||
|
||||
$begin = $begin ? date('Y-m-d', strtotime($begin)) : '';
|
||||
$end = $end ? date('Y-m-d', strtotime($end)) : '';
|
||||
|
||||
Reference in New Issue
Block a user