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 = 'hidden';
return;
...
Best regards
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 = 'hidden';
return;
...
Best regards