Преглед на файлове

[producer] Order : correction bug point de vente favoris absent

dev
Guillaume Bourgeois преди 5 години
родител
ревизия
2b2a2239ed
променени са 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()

Loading…
Отказ
Запис