Alex Savenko
/
semena
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
44fa674b502d5e75ffc45bcdf372d4aee9522de0
Authored by
Administrator
2017-01-12 12:23:24 +0200
1 parent
50df338c
add local config
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
src/lib/models/customers.php
Inline
Side-by-side
src/lib/models/customers.php
Wrap text
Show/Hide comments
View file @
44fa674
...
...
@@ -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
...
...