FIX_CLIENT_ADD : RV

This commit is contained in:
VENKATESHWARAN 2025-08-06 10:04:36 +05:30
parent 56b658ac42
commit aa32df6ba9

View File

@ -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;