Return so_resultentry record from savefisik response
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -4284,13 +4284,12 @@ class Resultentry extends MY_Controller
|
||||
|
||||
$this->db_onedev->trans_commit();
|
||||
|
||||
//echo "check hasil dulu";
|
||||
|
||||
|
||||
$sql = "SELECT * FROM so_resultentry WHERE So_ResultEntryID = ?";
|
||||
$row_updated = $this->db_onedev->query($sql, array($prm['trx']['re_id']))->row_array();
|
||||
|
||||
$result = array(
|
||||
"total" => 1,
|
||||
"records" => $rst
|
||||
"records" => $row_updated
|
||||
);
|
||||
$this->sys_ok($result);
|
||||
exit;
|
||||
|
||||
Reference in New Issue
Block a user