Commit 9a8c5b3a by Julien Jorry

Fix bug : a la desactivation d'un comptoir, on avait une erreur 500 sur la listes des opérations

parent 86949f59
...@@ -167,6 +167,7 @@ class OperationUtils ...@@ -167,6 +167,7 @@ class OperationUtils
*/ */
public function getUserOperationsByCurrency(Request $request, string $currency = null) public function getUserOperationsByCurrency(Request $request, string $currency = null)
{ {
$this->em->getFilters()->disable('enabled_filter');
if (null == $this->security->getUser()) { if (null == $this->security->getUser()) {
return null; return null;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment