Notifications
Retirer tout
Submit issues
2
Posts
2
Utilisateurs
0
Reactions
2,714
Vu
Début du sujet
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
Posté : 11 Mai PM 13:055
You're right
In fact, the code has no more use, same things are done generatically by previous code .
Posté : 13 Mai PM 22:055