Update Item.php

This commit is contained in:
FrancescoUK
2018-08-18 18:21:52 +01:00
committed by jekkos
parent 27122a8578
commit 75097e9485

View File

@@ -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();
}
/*