Added Service Add, some internal consistency updates
This commit is contained in:
@@ -202,7 +202,6 @@ class Model_Account extends Model_Auth_UserDefault {
|
||||
->where('company','like','%'.$term.'%')
|
||||
->or_where('first_name','like','%'.$term.'%')
|
||||
->or_where('last_name','like','%'.$term.'%')
|
||||
->or_where('email','like','%'.$term.'%')
|
||||
->where_close();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user