Bläddra i källkod

Merge branch 'hotfix/hotfix_1248'

master
Guillaume Bourgeois 1 år sedan
förälder
incheckning
2c06622b24
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      common/logic/Product/Product/Repository/ProductRepository.php

+ 1
- 1
common/logic/Product/Product/Repository/ProductRepository.php Visa fil

@@ -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'
];

Laddar…
Avbryt
Spara