Notifications
Clear all
Topic starter
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
Posted : 11 May 2017 12H51
You're right.
These line have been commented out , but I have to run some tests to check beside effect;)
Thanks for reporting.
Posted : 13 May 2017 22H02