This commit is contained in:
bitbucket 2024-06-12 14:18:38 +05:30
parent 6112882078
commit 3b7eed2a43

View File

@ -461,7 +461,7 @@ class MasterController extends BaseController
$statusData['client_docs_id'] = $id;
$statusData['is_staff'] = 1;
$statusData['created_by'] = $logged_user;
$statusData['status'] = 'Rejected';
$statusData['status'] = 'Approved';
$statusData['note'] = $this->request->getPost('clientIp');
$this->DocsStatusModel->insert($statusData);