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