GWM : insurer shart name added
This commit is contained in:
parent
0faa4380d5
commit
2b8b04d187
@ -109,7 +109,7 @@ class MasterController extends ResourceController
|
|||||||
|
|
||||||
public function getInsurersMaster()
|
public function getInsurersMaster()
|
||||||
{
|
{
|
||||||
$data = $this->InsurersModel->select('id,name')->where('is_active',1)->where('category','general')->findAll();
|
$data = $this->InsurersModel->select('id,name,short_name')->where('is_active',1)->where('category','general')->findAll();
|
||||||
|
|
||||||
if (!$data) {
|
if (!$data) {
|
||||||
return $this->failNotFound('No data found');
|
return $this->failNotFound('No data found');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user