Forum

Unreachable code in...
 
Notifications
Retirer tout

Unreachable code in OrganizationBudgetElementMain model

2 Posts
2 Utilisateurs
0 Reactions
2,714 Vu
(@antonio-grr)
Posts: 84
Active Member
Début du sujet
 
[#4342]

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
(@babynus)
Posts: 14952
Membre Admin
 

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
Share:
Retour en haut