Parcourir la source

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

refactoring
Guillaume Bourgeois il y a 1 an
Parent
révision
9c84b0b02a
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. +1
    -2
      backend/controllers/ProducerAdminController.php

+ 1
- 2
backend/controllers/ProducerAdminController.php Voir le fichier

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

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

$count ++;
}

if($count) {

Chargement…
Annuler
Enregistrer