Kaynağa Gözat

OrderProductStore : filter by section

packProduct
Guillaume 3 yıl önce
ebeveyn
işleme
6bfdd8b8c1
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