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