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
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