Merge branch 'zentaopms_263_bug#30045' into 'master'
* Fix bug #30045. See merge request easycorp/zentaopms!6308
This commit is contained in:
@@ -2030,6 +2030,7 @@ class project extends control
|
||||
$executionIdList = $this->loadModel('execution')->getPairs($projectID);
|
||||
|
||||
/* Delete shadow product.*/
|
||||
$project = $this->project->getByID($projectID);
|
||||
if(!$project->hasProduct)
|
||||
{
|
||||
$productID = $this->loadModel('product')->getProductIDByProject($projectID);
|
||||
|
||||
Reference in New Issue
Block a user