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