Return so_resultentry record from saveresult response

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
sas.fajri
2026-05-12 09:41:02 +07:00
parent 03496b59ff
commit 3d4dd01e55

View File

@@ -3778,7 +3778,7 @@ class Resultentry extends MY_Controller
$result = array(
"total" => 1,
"records" => array('status' => 'OK')
"records" => $data_log_header
);
$this->sys_ok($result);
exit;