Perubahan barcode dan inventory
This commit is contained in:
@@ -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 =================
|
||||
|
||||
Reference in New Issue
Block a user