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

[producer] Correction bug récupération des points de vente

dev
Guillaume Bourgeois преди 4 години
родител
ревизия
9c9f6d0b31
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      common/models/User.php

+ 1
- 1
common/models/User.php Целия файл

@@ -621,7 +621,7 @@ class User extends ActiveRecordCommon implements IdentityInterface
$pointSale = PointSale::findOne(['id' => $arrayUserPointSale[0]->id_point_sale]);
} else {
$lastOrder = Order::find()->innerJoinWith('pointSale', true)->where([
'id_user' => $this->id,
'order.id_user' => $this->id,
'point_sale.id_producer' => GlobalParam::getCurrentProducerId()
])
->orderBy('order.id DESC')

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