feature: generate barcode & func handover

This commit is contained in:
2026-07-22 08:18:27 +07:00
parent b03ae67f75
commit 805cb44530
2 changed files with 755 additions and 279 deletions

View File

@@ -73,7 +73,7 @@ class ReceiveItemPoInventaris extends MY_Controller
$qry = $this->db->query($sql, [$user['M_BranchID'], $search]);
if (!$qry) {
$this->sys_error_db("[Error] query listing ruangan");;
$this->sys_error_db("[Error] query listing ruangan");
exit;
}