Browse Source

Anthély : rappatriement clients depuis le compte Anthéli #793

refactoring
Guillaume Bourgeois 1 year ago
parent
commit
d305b29648
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      backend/controllers/ProducerAdminController.php

+ 1
- 0
backend/controllers/ProducerAdminController.php View File

@@ -144,6 +144,7 @@ class ProducerAdminController extends BackendController
if($withOrders) {
$countOrders = Order::searchCount([
'id_user' => $idUser,
'distribution.id_producer' => $fromProducerId
], ['conditions' => 'date_delete IS NULL']);
}


Loading…
Cancel
Save