浏览代码

Correctif backoffice

master
Fab 4 年前
父节点
当前提交
eecbf661e0
共有 1 个文件被更改,包括 2 次插入5 次删除
  1. +2
    -5
      ShopBundle/Controller/Backend/MerchantController.php

+ 2
- 5
ShopBundle/Controller/Backend/MerchantController.php 查看文件

@@ -101,12 +101,9 @@ class MerchantController extends AdminController
$em->flush();


if($merchant->getDevAlias() =='besancon') {
$this->utils->addFlash('warning', "Vous êtes maintenant sur le hub de Besançon");
}else{
$this->utils->addFlash('warning', "Vous êtes maintenant sur le hub de Belfort");
$this->utils->addFlash('warning', "Vous êtes maintenant sur le hub de ".$idMerchant);


}

return $this->redirect($merchant->getMerchantConfig('url').'admin/dashboard') ;
}

正在加载...
取消
保存