Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
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
You're right.
These line have been commented out , but I have to run some tests to check beside effect;)
Thanks for reporting.