ソースを参照

OrderProductStore : filter by section

packProduct
Guillaume 3年前
コミット
6bfdd8b8c1
1個のファイルの変更2行の追加3行の削除
  1. +2
    -3
      Repository/Order/OrderProductStore.php

+ 2
- 3
Repository/Order/OrderProductStore.php ファイルの表示

@@ -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;
}


読み込み中…
キャンセル
保存