update barcode yg baru

This commit is contained in:
2026-07-24 10:32:52 +07:00
parent aa326838fc
commit ea969beedc
2 changed files with 14 additions and 4 deletions
+1
View File
@@ -187,6 +187,7 @@ class Items extends CI_Controller {
$barcodes = $this->db
->where('item_id',$item_id)
->where('status !=', 'sold_out')
->order_by('id','ASC')
->get('item_barcodes')
->result();