Browse Source

Correctif backoffice

master
Fab 4 years ago
parent
commit
eecbf661e0
1 changed files with 2 additions and 5 deletions
  1. +2
    -5
      ShopBundle/Controller/Backend/MerchantController.php

+ 2
- 5
ShopBundle/Controller/Backend/MerchantController.php View File

@@ -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…
Cancel
Save