Notifications
Clear all
Topic starter
Hi.
In delete method of PlanningElement.php krowry code shows
if ($depS->dependencyType = 'E-S' && $depP->dependencyType = 'E-S') {
Maybe he wants to make a comparison ?
Best regards
Posted : 11 May 2017 17H08
Hello ,
You're right .
if($depS->dependencyType=="E-S" && $depP->dependencyType=="E-S"){
It's better like that .
Thanks
Posted : 11 May 2017 17H23