Zugriff Redakteur, Kundenhoheit API
This commit is contained in:
parent
570d428b1c
commit
3f1fb9377d
13 changed files with 109 additions and 61 deletions
|
|
@ -234,6 +234,7 @@ class CustomerPriority
|
|||
->where('auth_user_id', '=', NULL)
|
||||
->where('number', '!=', NULL) //has number
|
||||
->where('id', '!=', $shopping_user->id)
|
||||
->where('member_id', '!=', $shopping_user->member_id)
|
||||
->where('billing_lastname', '=', $shopping_user->billing_lastname)
|
||||
->where('billing_zipcode', '=', $shopping_user->billing_zipcode)
|
||||
->get()->pluck('number', 'id')->unique()->toArray();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue