* Fix bug #32513.
This commit is contained in:
@@ -1556,7 +1556,7 @@ class executionModel extends model
|
||||
->andWhere('t2.type')->eq('stage')
|
||||
->andWhere('t2.grade')->eq(1)
|
||||
->andWhere('t2.deleted')->eq(0)
|
||||
->andWhere('t2.parent')->eq($oldExecution->id)
|
||||
->andWhere('t2.parent')->eq($oldExecution->parent)
|
||||
->fetch('total');
|
||||
|
||||
if(!$oldPercentTotal) $oldPercentTotal = 0;
|
||||
|
||||
Reference in New Issue
Block a user