Minor formatting change
This commit is contained in:
parent
110e5ec17d
commit
18e89e1ba4
1 changed files with 2 additions and 1 deletions
|
@ -117,7 +117,8 @@ class Appointments_model extends EA_Model {
|
|||
->join('roles', 'roles.id = users.id_roles', 'inner')
|
||||
->where('users.id', $appointment['id_users_customer'])
|
||||
->where('roles.slug', DB_SLUG_CUSTOMER)
|
||||
->get()->num_rows();
|
||||
->get()
|
||||
->num_rows();
|
||||
|
||||
if ( ! $count)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue