Kaynağa Gözat

Merge branch 'develop'

master
Guillaume 2 yıl önce
ebeveyn
işleme
da0ebd9789
1 değiştirilmiş dosya ile 2 ekleme ve 3 silme
  1. +2
    -3
      Repository/Order/OrderProductStore.php

+ 2
- 3
Repository/Order/OrderProductStore.php Dosyayı Görüntüle

@@ -28,9 +28,8 @@ class OrderProductStore extends AbstractStore

public function filtersDefault(RepositoryQueryInterface $query): RepositoryQueryInterface
{
if($this->section) {
$query->filterBySection($this->section);
}
$this->addFilterBySectionOptionnal($query);

return $query;
}


Yükleniyor…
İptal
Kaydet