Переглянути джерело

Merge branch 'dev'

prodstable
Guillaume Bourgeois 5 роки тому
джерело
коміт
be3269487f
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      common/models/User.php

+ 1
- 1
common/models/User.php Переглянути файл

@@ -591,7 +591,7 @@ class User extends ActiveRecordCommon implements IdentityInterface
public function getFavoritePointSale()
{
$arrayUserPointSale = UserPointSale::find()
->innerJoinWith('pointSale')
->innerJoinWith('pointSale', true)
->where([
'user_point_sale.id_user' => $this->id,
'point_sale.id_producer' => Producer::getId()

Завантаження…
Відмінити
Зберегти