FIX_HR_ACCESS_POLICY_LIST
This commit is contained in:
parent
a1a177ecb9
commit
f6c40db6b5
@ -144,7 +144,7 @@
|
||||
// $listed_pre[] = $policies['branch_id'].'-'.$policies['policy_no'];
|
||||
// }
|
||||
|
||||
if($value['pre_branch_id'] !== $policies['branch_id']){
|
||||
if(empty($value['pre_hr_id']) || $value['pre_branch_id'] !== $policies['branch_id']){
|
||||
continue;
|
||||
}
|
||||
?>
|
||||
@ -212,7 +212,7 @@
|
||||
// $listed_post[] = $policies['branch_id'].'-'.$policies['policy_no'];
|
||||
// }
|
||||
|
||||
if($value['post_branch_id'] !== $policies['branch_id']){
|
||||
if(empty($value['post_hr_id']) || $value['post_branch_id'] !== $policies['branch_id']){
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user