Ver código fonte

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

refactoring
Guillaume Bourgeois 1 ano atrás
pai
commit
9c84b0b02a
1 arquivos alterados com 1 adições e 2 exclusões
  1. +1
    -2
      backend/controllers/ProducerAdminController.php

+ 1
- 2
backend/controllers/ProducerAdminController.php Ver arquivo

@@ -149,9 +149,8 @@ class ProducerAdminController extends BackendController

if(($withOrders && $countOrders) || !$withOrders) {
Producer::addUser($idUser, $toProducerId);
$count ++;
}

$count ++;
}

if($count) {

Carregando…
Cancelar
Salvar