mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-28 23:57:04 -04:00
This fixes an error with Item_kit.get_info that occurs in developer test mode.
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