FIX_ELDERS_COUNT_MISSING_CONTROLLER_FILE : RV
This commit is contained in:
parent
683efc85b2
commit
8a692fa4f2
@ -1432,7 +1432,7 @@ class ClientController extends AdminController
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$data['family_floaters']['elders_count'] =$this->request->getPost("member_count") ? $this->request->getPost("member_count") : 0;
|
$data['family_floaters']['elders_count'] =$this->request->getPost("elder_member_count") ? $this->request->getPost("elder_member_count") : 0;
|
||||||
|
|
||||||
// print_r($data);die;
|
// print_r($data);die;
|
||||||
|
|
||||||
@ -1972,8 +1972,6 @@ class ClientController extends AdminController
|
|||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
foreach ($client_policy as $key => $value) {
|
foreach ($client_policy as $key => $value) {
|
||||||
|
|
||||||
$policy_terms = json_decode($value['policy_terms'], true);
|
$policy_terms = json_decode($value['policy_terms'], true);
|
||||||
@ -2243,4 +2241,9 @@ class ClientController extends AdminController
|
|||||||
return $this->respond(['status' => true, 'data' => $JSON], 200);
|
return $this->respond(['status' => true, 'data' => $JSON], 200);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function createPolicyTermsHtmlAsJSON(){
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user