From 75097e948557f45e0251536befad9db2e6fdeb63 Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Sat, 18 Aug 2018 18:21:52 +0100 Subject: [PATCH] Update Item.php --- application/models/Item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/models/Item.php b/application/models/Item.php index f0126ec9d..d0042f643 100644 --- a/application/models/Item.php +++ b/application/models/Item.php @@ -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(); } /*