Explorar el Código

Merge branch 'dev'

prodstable
Guillaume Bourgeois hace 5 años
padre
commit
be3269487f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      common/models/User.php

+ 1
- 1
common/models/User.php Ver fichero

@@ -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()

Cargando…
Cancelar
Guardar