GWM : insurer shart name added

This commit is contained in:
Gowtham M 2025-11-28 17:19:00 +05:30
parent 0faa4380d5
commit 2b8b04d187

View File

@ -109,7 +109,7 @@ class MasterController extends ResourceController
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) {
return $this->failNotFound('No data found');