Explorar el Código

Merge branch 'hotfix/hotfix_1248'

master
Guillaume Bourgeois hace 1 año
padre
commit
2c06622b24
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      common/logic/Product/Product/Repository/ProductRepository.php

+ 1
- 1
common/logic/Product/Product/Repository/ProductRepository.php Ver fichero

@@ -33,7 +33,7 @@ class ProductRepository extends AbstractRepository
{
return [
self::WITH => ['taxRate', 'productPointSale'],
self::JOIN_WITH => ['productPrice'],
self::JOIN_WITH => [],
self::ORDER_BY => 'product.order ASC',
self::ATTRIBUTE_ID_PRODUCER => 'product.id_producer'
];

Cargando…
Cancelar
Guardar