se agrega obtencion de parametro configuracion

parent 4f1715b8
......@@ -36,6 +36,10 @@ class Utiles {
$str_valor = '';
$parametro = $em->getRepository(PluParametroConfiguracion::class)->getParametroConfiguracion($nombre);
print_r($parametro);
exit;
if ($parametro)
$str_valor = $parametro->getPcoValor();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment