correccion front

parent 94201bae
......@@ -35,7 +35,7 @@
</thead>
<tbody>
{%for suscripcion in suscripciones %}
{% if suscripcion->getLisId()->getTag()->getTagId() == 3 %}
{% if suscripcion.getLisId().getTag().getTagId() == 3 %}
<tr>
<td>{{suscripcion.getSusMsisdn()}}</td>
<td><img id="imgListaContratada_{{suscripcion.getLisId().getLisId()}}" class="img-fluid rounded-circle" style ="width:60px; height:60px;" src="http://newbackendcontenidos.gearlabs.cl{{suscripcion.getLisId().getPathImagen()}}"></td>
......
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