Merge pull request #1140 from RuleDomain/item-kit-git-info-fix

This fixes an error with Item_kit.get_info
This commit is contained in:
jekkos
2017-02-13 08:16:24 +01:00
committed by GitHub

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