From 6fc16d3869d19f69af05e2bb8f5d7662ae1cf4bc Mon Sep 17 00:00:00 2001 From: sunguangming Date: Thu, 31 Jul 2025 07:36:32 +0000 Subject: [PATCH] * [misc] remove unused code. --- module/programplan/model.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/module/programplan/model.php b/module/programplan/model.php index 6cb37eb337..eefd871e99 100755 --- a/module/programplan/model.php +++ b/module/programplan/model.php @@ -398,8 +398,6 @@ class programplanModel extends model $parents[$level] = $stageID; unset($plan->id, $plan->type); - if(in_array($this->config->edition, array('max', 'ipd'))) $plan = $this->execution->changeExecutionDeliverable($stageID, $plan); - $changes = $this->programplanTao->updateRow($stageID, $projectID, $plan); if(dao::isError()) return false;