CHANGE_help_desk_tickets - VADIVEL J 2025-11-05 09:53
This commit is contained in:
parent
2455e1bf9c
commit
0c828239fe
@ -354,14 +354,14 @@ class MasterController extends AdminController
|
||||
exit();
|
||||
}
|
||||
|
||||
public function getInsurerBranchList()
|
||||
{
|
||||
$id = $this->request->getPost('insurer_id');
|
||||
public function getInsurerBranchList()
|
||||
{
|
||||
$id = $this->request->getPost('insurer_id');
|
||||
|
||||
$insurer_branch_list = $this->insurerBranchModel->where(['insurer_id' => $id, 'is_active' => 1])->findAll()??[];
|
||||
$insurer_branch_list = $this->insurerBranchModel->where(['insurer_id' => $id, 'is_active' => 1])->findAll()??[];
|
||||
|
||||
return $this->response->setJSON([ 'data' => $insurer_branch_list ])->setStatusCode(200);
|
||||
}
|
||||
return $this->response->setJSON([ 'data' => $insurer_branch_list ])->setStatusCode(200);
|
||||
}
|
||||
|
||||
public function editInsurerGeneralInfo()
|
||||
{
|
||||
|
||||
@ -45,6 +45,17 @@ p{
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px){
|
||||
|
||||
.header-div{
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.footer-div{
|
||||
width : 100% !important ;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
</style>
|
||||
@ -53,7 +64,7 @@ p{
|
||||
|
||||
<body>
|
||||
<!-- header -->
|
||||
<div align="center">
|
||||
<div align="center" class="header-div">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="mail-template-header">
|
||||
<tr style="height:90px; background-color: #ffffff !important;">
|
||||
<td align="left" valign="middle" style="padding:5px;" width="50%">
|
||||
@ -86,7 +97,7 @@ p{
|
||||
|
||||
|
||||
<!-- footer -->
|
||||
<div align="center">
|
||||
<div align="center" class="footer-div">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="mail-template-footer">
|
||||
<tr style="background-color: #ffffff !important;">
|
||||
<td align="center" valign="middle" style="padding-top:5px;">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user