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 hideWorkCost() added by Tabary in OrganizationBudgetElementMain model a return statement makes unreachable a lot of code
// For the moment, reserveAmount is always hidden
self::$_fieldsAttributes['reserveAmount'] = 'hidden';
return;
...
Best regards
You're right
In fact, the code has no more use, same things are done generatically by previous code .