From c6597ba6ce637b8a55dea7bb58ee75b823634583 Mon Sep 17 00:00:00 2001 From: Steve Ireland Date: Sun, 12 Feb 2017 21:16:53 -0500 Subject: [PATCH] This fixes an error with Item_kit.get_info that occurs in developer test mode. --- application/models/Item_kit.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/models/Item_kit.php b/application/models/Item_kit.php index 8346175bf..efc312b50 100644 --- a/application/models/Item_kit.php +++ b/application/models/Item_kit.php @@ -77,7 +77,8 @@ class Item_kit extends CI_Model custom8, custom9, custom10, - item_type'); + item_type, + stock_type'); $this->db->from('item_kits'); $this->db->join('items', 'item_kits.item_id = items.item_id', 'left');