FIX_AuditHistory

This commit is contained in:
sanjeev.p 2026-02-04 16:11:47 +05:30
parent 218794deef
commit 4787be58fe

View File

@ -605,10 +605,6 @@ class MasterController extends ResourceController
$tableName = $this->request->getGet('table_name');
$pk = $this->request->getGet('pk');
$policy = $this->PolicyModel->where('enquiry_id',$pk)->first();
$pk = $policy['id'];
if (!$tableName || !$pk) {
return $this->response->setJSON([
'status' => 'failed',