瀏覽代碼

OrderProductStore : filter by section

packProduct
Guillaume 2 年之前
父節點
當前提交
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;
}


Loading…
取消
儲存