Merge branch 'zentaopms_wangyuting' into 'master'
* Fix bug #27133. See merge request easycorp/zentaopms!7060
This commit is contained in:
@@ -881,7 +881,7 @@ class executionModel extends model
|
||||
{
|
||||
if($executions[$executionID]->begin > $executions[$executionID]->end)
|
||||
{
|
||||
dao::$errors["ends{$executionID}"][] = sprintf($this->lang->execution->ge, $executions[$executionID]->end, $executions[$executionID]->begin);
|
||||
dao::$errors["ends{$executionID}"][] = sprintf($this->lang->execution->errorLetterPlan, $executions[$executionID]->end, $executions[$executionID]->begin);
|
||||
}
|
||||
|
||||
if($project and $executions[$executionID]->begin < $project->begin)
|
||||
|
||||
Reference in New Issue
Block a user