This fixes an error with Item_kit.get_info that occurs in developer test mode.

This commit is contained in:
Steve Ireland
2017-02-12 21:16:53 -05:00
parent a6b5220047
commit c6597ba6ce

View File

@@ -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');