* [bug#62453,done,0.2h] fix bug.
This commit is contained in:
@@ -147,7 +147,11 @@ class programplanZen extends programplan
|
||||
|
||||
foreach($totalPercent as $group => $percent)
|
||||
{
|
||||
if(!empty($this->config->setPercent) and $percent > 100) dao::$errors[] = $this->lang->programplan->error->percentOver;
|
||||
if(!empty($this->config->setPercent) and $percent > 100)
|
||||
{
|
||||
dao::$errors[] = $this->lang->programplan->error->percentOver;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
return $plans;
|
||||
|
||||
Reference in New Issue
Block a user