Update ConversionLogic.php
This commit is contained in:
@@ -477,6 +477,10 @@ class ConversionLogic
|
||||
return [];
|
||||
}
|
||||
|
||||
if ($dimension === 'doctor') {
|
||||
return $entities;
|
||||
}
|
||||
|
||||
$eligibleDeptMap = array_fill_keys(array_map('intval', $eligibleDeptIds), true);
|
||||
$filtered = [];
|
||||
foreach ($entities as $key => $entity) {
|
||||
|
||||
Reference in New Issue
Block a user