Details
-
Type:
New Feature
-
Status: Done
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: v3.5
Description
The reseller's search form have no "Entity Type", but accounts_model.php must get this.
`if ($search['type'] != '0' && $search['type'] != '3')
{ $this->db->where($type); }`
$search['type'] not defined.