Quantcast
Channel: ProjeQtOr free project management software - ProjeQtOr free project management software - Recent Topics - ProjeQtOr
Viewing all articles
Browse latest Browse all 6784

Unreachable code in OrganizationBudgetElementCurrent model - by: antonio.grr

$
0
0
Hi.
In OrganizationBudgetElementCurrent the new save method added by Tabary starts with following lines
// Update total budget
$this->totalBudgetCost = $this->budgetCost + $this->expenseBudgetAmount;

$result=parent::save();
return $result;

After these lines, remaining code is unreachable.
Best regards

Viewing all articles
Browse latest Browse all 6784

Trending Articles