FIX_CLIENT_ADD : RV
This commit is contained in:
parent
56b658ac42
commit
aa32df6ba9
@ -608,6 +608,8 @@ class ClientController extends AdminController
|
||||
$data['policy_types'] = $this->policyTypeModel->findAll();
|
||||
$data['policy_type'] = ['1' => 'Base Policy', '2' => 'SI Topup', '3' => 'Dependent Addon'];
|
||||
$data['client_type'] = ['1' => 'Group', '2' => 'Retail'];
|
||||
$data['clients'] = $this->clientModel->where('is_active', 1)->findAll();
|
||||
$data['insurers'] = $this->insurerModel->where('is_active', 1)->findAll();
|
||||
|
||||
// echo "<pre>";
|
||||
// print_r($data); die;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user