FIX_VIEW_TERS : RV
This commit is contained in:
parent
9834fc4e7f
commit
03e9008898
@ -95,6 +95,7 @@ class TicketController extends BaseController
|
|||||||
4 => "Smart Service Desk",
|
4 => "Smart Service Desk",
|
||||||
5 => "Direct to TPA"
|
5 => "Direct to TPA"
|
||||||
];
|
];
|
||||||
|
|
||||||
$this->claimType = [
|
$this->claimType = [
|
||||||
1 => [
|
1 => [
|
||||||
1 => "Main Hospitalization",
|
1 => "Main Hospitalization",
|
||||||
@ -2383,7 +2384,7 @@ class TicketController extends BaseController
|
|||||||
|
|
||||||
// 5. Merge the Sum Insured value if the multiple sum insured exists
|
// 5. Merge the Sum Insured value if the multiple sum insured exists
|
||||||
if(isset($data['multiple_sum_insured'])){
|
if(isset($data['multiple_sum_insured'])){
|
||||||
if($data['sumInsured2']){
|
if(isset($data['sumInsured2'])){
|
||||||
$data['sumInsured2'] = $data['sumInsured2'] . ", " . implode(", ", $data['multiple_sum_insured']);
|
$data['sumInsured2'] = $data['sumInsured2'] . ", " . implode(", ", $data['multiple_sum_insured']);
|
||||||
}else{
|
}else{
|
||||||
$data['sum_insured'] = $data['sum_insured'] . ", " . implode(", ", $data['multiple_sum_insured']);
|
$data['sum_insured'] = $data['sum_insured'] . ", " . implode(", ", $data['multiple_sum_insured']);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user