Procházet zdrojové kódy

Merge branch 'hotfix/hotfix_1248'

master
Guillaume Bourgeois před 1 rokem
rodič
revize
2c06622b24
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      common/logic/Product/Product/Repository/ProductRepository.php

+ 1
- 1
common/logic/Product/Product/Repository/ProductRepository.php Zobrazit soubor

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

Načítá se…
Zrušit
Uložit