浏览代码

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

refactoring
Guillaume Bourgeois 1年前
父节点
当前提交
9c84b0b02a
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. +1
    -2
      backend/controllers/ProducerAdminController.php

+ 1
- 2
backend/controllers/ProducerAdminController.php 查看文件

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

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

$count ++;
}

if($count) {

正在加载...
取消
保存