Return so_resultentry record from saveresult response
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user