Commit 44fa674b502d5e75ffc45bcdf372d4aee9522de0
1 parent
50df338c
add local config
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
src/lib/models/customers.php
@@ -435,7 +435,9 @@ class customers extends \db | @@ -435,7 +435,9 @@ class customers extends \db | ||
435 | $data_customer_id = $this->get( | 435 | $data_customer_id = $this->get( |
436 | ' | 436 | ' |
437 | SELECT | 437 | SELECT |
438 | - customer_id | 438 | + customer_id, |
439 | + users_group_id, | ||
440 | + special_users_id | ||
439 | FROM | 441 | FROM |
440 | public.customers_confirm | 442 | public.customers_confirm |
441 | WHERE | 443 | WHERE |