format date

This commit is contained in:
CHIEFSOFT\ameye
2023-08-30 20:19:01 -04:00
parent aafe46c650
commit 5ccbc4cb91
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -506,7 +506,7 @@ class ResultFormatter extends Model
$total = $out["total_record"];
$res = array(
"status" => $out["status"],
"total_record" => ($total - 1),
"total_record" => ($total),
"internal_return" => $out["internal_return"],
"result_list" => array(),
"categories" => $this->dummyCategory(),