FIX_UNLAYER_SUBMIT,FEAT_ATTACHMENTS_FOR_ECARD,FEAT_PLACEHOLDERS_IN_UNLAYER

This commit is contained in:
Srinivas-Saravanan 2025-01-27 09:03:43 +05:30
commit 321ff9eb8d
3 changed files with 3 additions and 2 deletions

View File

@ -1696,6 +1696,7 @@ class EmployeeRestController extends AdminController
$clientPolicy = $this->clientPolicyModel->where('client_id',$this->request->getGet('client_id'))
->where('client_branch_id',$this->request->getGet('client_branch_id'))
->where('policy_status', 1)
->where('is_active', 1)
->findAll();
if(count($clientPolicy))

View File

@ -26,7 +26,7 @@ table.dataTable tbody td {
<div class="card-body">
<div class="row" style="padding-bottom: 10px;">
<div class="col-6" style="align-self: center;">
<h4 style="position: relative;">Employees</h4>
<h4 style="position: relative;">Insurer List</h4>
</div>
</div>
<div class="table-responsive">

View File

@ -26,7 +26,7 @@ table.dataTable tbody td {
<div class="card-body">
<div class="row" style="padding-bottom: 10px;">
<div class="col-6" style="align-self: center;">
<h4 style="position: relative;">Employees</h4>
<h4 style="position: relative;">BAP Report List</h4>
</div>
</div>
<div class="table-responsive">