This commit is contained in:
Duidev Software House
2025-09-18 21:15:06 +07:00
parent 326b3c1285
commit 21a48fb4d7
13 changed files with 379 additions and 413 deletions

No files matched your search

@@ -23,7 +23,6 @@
$key = trim($rows->komponen);
if (!empty($key)) {
if ($key == 'keterangan') {
$data['keterangan'] .= $rows->isidata;
} else {
$data[$key] = $rows->isidata;
}