瀏覽代碼

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') ;
}

Loading…
取消
儲存