Browse Source

Merge branch 'hotfix/hotfix_1248'

master
Guillaume Bourgeois 1 year ago
parent
commit
2c06622b24
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      common/logic/Product/Product/Repository/ProductRepository.php

+ 1
- 1
common/logic/Product/Product/Repository/ProductRepository.php View File

{ {
return [ return [
self::WITH => ['taxRate', 'productPointSale'], self::WITH => ['taxRate', 'productPointSale'],
self::JOIN_WITH => ['productPrice'],
self::JOIN_WITH => [],
self::ORDER_BY => 'product.order ASC', self::ORDER_BY => 'product.order ASC',
self::ATTRIBUTE_ID_PRODUCER => 'product.id_producer' self::ATTRIBUTE_ID_PRODUCER => 'product.id_producer'
]; ];

Loading…
Cancel
Save