This commit is contained in:
wangyuting2
2023-02-24 08:47:54 +08:00
parent f836e0cd96
commit 7de68720de
5 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -883,7 +883,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)