Fix: Use proper comparison
This commit is contained in:
@@ -34,7 +34,7 @@ class TeamerApplicationType extends AbstractType
|
|||||||
|
|
||||||
$assignment = $application->getAssignment();
|
$assignment = $application->getAssignment();
|
||||||
|
|
||||||
if (null === $assignment->getPickup()) {
|
if (0 === (int) $assignment->getPickup()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user