Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Laclic
/
LcShopBundle
Seguir
3
Destacar
2
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Correctif backoffice
master
Fab
hace 4 años
padre
eecbf661e0
commit
f764cad4ff
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
+2
-0
ShopBundle/Controller/Backend/MerchantController.php
+ 2
- 0
ShopBundle/Controller/Backend/MerchantController.php
Ver fichero
@@ -96,6 +96,8 @@ class MerchantController extends AdminController
->find($idMerchant);
if ($merchant) {
dump($merchant);
dump('NICHE');
$user->setMerchant($merchant);
$em->persist($user);
$em->flush();
Escribir
Vista previa
Cargando…
Cancelar
Guardar