浏览代码

[Administration] Cron : correctif réglement automatique des commandes

feature/souke
Guillaume Bourgeois 1年前
父节点
当前提交
ed475b4755
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      common/logic/Producer/Producer/Repository/ProducerRepository.php

+ 1
- 1
common/logic/Producer/Producer/Repository/ProducerRepository.php 查看文件

@@ -268,6 +268,6 @@ class ProducerRepository extends AbstractRepository

public function findProducers()
{
return $this->createDefaultQuery()->find();
return $this->createQuery()->find();
}
}

正在加载...
取消
保存