CHANGE : double tab issue : GWM
This commit is contained in:
parent
1b9c547ff2
commit
20b0243dfb
@ -38,7 +38,7 @@ class EmployeeHelper
|
||||
->where('id',$client_policy_id)
|
||||
->find();
|
||||
|
||||
$is_addon_value = $array[0]->is_addon;
|
||||
$is_addon_value = $array[0]['is_addon'];
|
||||
|
||||
if($is_addon_value == 1){ $is_addon_value = 0 ; }else{ $is_addon_value = 1 ; }
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user