Commit 44fa674b502d5e75ffc45bcdf372d4aee9522de0

Authored by Administrator
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 435 $data_customer_id = $this->get(
436 436 '
437 437 SELECT
438   - customer_id
  438 + customer_id,
  439 + users_group_id,
  440 + special_users_id
439 441 FROM
440 442 public.customers_confirm
441 443 WHERE
... ...