FIX_NONEB_MINOR

This commit is contained in:
velz 2026-04-01 15:50:26 +05:30
parent 071f5f1405
commit ae34ba6daa

View File

@ -931,7 +931,7 @@ class ClientController extends AdminController
$editData['client_branch'] = $this->clientBranchModel->where(['client_id' => $id, 'is_active' => 1])->findAll();
$editData['client_relation'] = $this->clientRMModel->where(['client_id' => $id, 'is_active' => 1])->findAll();
$editData['client_branch']['role'] = get_role_id();
$editData['lead_data'] = $this->leadsModel->getLeadForInsertClientList(2, $id);
$editData['lead_data'] = $this->leadsModel->getLeadForInsertClientList(null, $id);
$clientPoliceData = $this->clientPolicyModel->getClientPolicyByClientId($id);
foreach ($clientPoliceData as $key => $value) {