Bläddra i källkod

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

feature/souke
Guillaume Bourgeois 1 år sedan
förälder
incheckning
ed475b4755
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      common/logic/Producer/Producer/Repository/ProducerRepository.php

+ 1
- 1
common/logic/Producer/Producer/Repository/ProducerRepository.php Visa fil

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

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

Laddar…
Avbryt
Spara