Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
51346c586b
@ -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;
|
||||
|
||||
@ -1972,8 +1972,6 @@ class ClientController extends AdminController
|
||||
];
|
||||
|
||||
|
||||
|
||||
|
||||
foreach ($client_policy as $key => $value) {
|
||||
|
||||
$policy_terms = json_decode($value['policy_terms'], true);
|
||||
@ -2243,4 +2241,9 @@ class ClientController extends AdminController
|
||||
return $this->respond(['status' => true, 'data' => $JSON], 200);
|
||||
}
|
||||
|
||||
public function createPolicyTermsHtmlAsJSON(){
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
@ -189,7 +189,7 @@
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="width: 22%;" ><div class="other-member-age"><span style="margin-right: 20px;">Elders Count:</span><input class="underline-input" id="member_count" style="width: 30%;;" type="number" name="member_count" disabled id="member_count"></div></td>
|
||||
<td style="width: 22%;" ><div class="other-member-age"><span style="margin-right: 20px;">Elders Count:</span><input class="underline-input" id="member_count" style="width: 30%; width: 30%;background: lightgray;" type="number" name="elder_member_count" id="member_count" readonly></div></td>
|
||||
<td style="width: 28%;" ><div class="other-member-age" style="margin-left: 32px;"><span style="margin-right: 20px;">Min Age:</span><input class="underline-input min_age" value="<?php echo isset($other_member_min_age) ? $other_member_min_age : '18'; ?>" style="width: 35%;;" type="number" class="underline-input min_age" name="other_member_min_age" id="other_member_min_age" oninput="lowerIsEighteen(this)"></div></td>
|
||||
<td style="width: 28%;" ><div class="other-member-age" style="margin-left: 17px;"><span style="margin-right: 20px;">Max Age:</span><input class="underline-input max_age" value="<?php echo isset($other_member_max_age) ? $other_member_max_age : '60'; ?>" style="width: 35%;;" type="number" class="underline-input max_age" name="other_member_max_age" id="other_member_max_age" oninput="lowerIsEighteen(this)"></div></td>
|
||||
</tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user