mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-10 15:06:26 -04:00
Update Item.php
This commit is contained in:
@@ -377,7 +377,7 @@ class Item extends CI_Model
|
||||
$this->db->where('location_id', $location_id);
|
||||
$this->db->where_in('items.item_id', $item_ids);
|
||||
|
||||
return $this->db->get();
|
||||
return $this->db->get();
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user