Forum

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.

Unreachable code in...
 
Notifications
Clear all

Unreachable code in OrganizationBudgetElementMain model

2 Posts
2 Users
0 Reactions
2,715 Views
(@antonio-grr)
Posts: 84
Active Member
Topic starter
 
[#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


 
Posted : 11 May 2017 13H23
(@babynus)
Posts: 14952
Member Admin
 

You're right
In fact, the code has no more use, same things are done generatically by previous code .


 
Posted : 13 May 2017 22H33
Share:

Scroll to Top