mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-22 00:41:22 -04:00
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:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user