浏览代码

Merge branch 'develop'

master
Guillaume 3 年前
父节点
当前提交
3693ce03a4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      Repository/PointSale/PointSaleStore.php

+ 1
- 1
Repository/PointSale/PointSaleStore.php 查看文件

@@ -25,7 +25,7 @@ class PointSaleStore extends AbstractStore

public function filtersDefault(RepositoryQueryInterface $query): RepositoryQueryInterface
{
$query->filterByMerchant($this->merchant);
$this->addFilterByMerchantOptionnal($query);
return $query;
}


正在加载...
取消
保存