* Modify judgment for split chid plan.

This commit is contained in:
liumengyi
2021-12-31 10:59:37 +08:00
parent 0894fd4898
commit 3dd747f40a
8 changed files with 17 additions and 8 deletions
+1 -1
View File
@@ -707,7 +707,7 @@ class actionModel extends model
{
$desc = $this->lang->$objectType->action->rejectreviewed;
}
elseif($action->objectType == 'productplan' and in_array($action->action, array('startedbychild','finishedbychild','closedbychild','activatedbychild')))
elseif($action->objectType == 'productplan' and in_array($action->action, array('startedbychild','finishedbychild','closedbychild','activatedbychild', 'createchild')))
{
$desc = $this->lang->$objectType->action->changebychild;
}