Perubahan barcode dan inventory

This commit is contained in:
Wian Drs
2026-07-12 22:10:02 +07:00
parent 3ac6316da4
commit 3113d77242
21 changed files with 2989 additions and 1138 deletions
+2
View File
@@ -135,6 +135,8 @@ class Customers extends CI_Controller {
// =========================
public function delete($id)
{
$customer = $this->dm->setTable('customers')->get_by_id($id);
$this->dm->setTable('customers')->delete($id);
// ================= LOG ACTIVITY =================