Procházet zdrojové kódy

Correctif backoffice

master
Fab před 4 roky
rodič
revize
eecbf661e0
1 změnil soubory, kde provedl 2 přidání a 5 odebrání
  1. +2
    -5
      ShopBundle/Controller/Backend/MerchantController.php

+ 2
- 5
ShopBundle/Controller/Backend/MerchantController.php Zobrazit soubor

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

Načítá se…
Zrušit
Uložit