diff --git a/src/Cacic/RelatorioBundle/Resources/views/Software/licenciados_filtro.html.twig b/src/Cacic/RelatorioBundle/Resources/views/Software/licenciados_filtro.html.twig index 159442f..cba0379 100644 --- a/src/Cacic/RelatorioBundle/Resources/views/Software/licenciados_filtro.html.twig +++ b/src/Cacic/RelatorioBundle/Resources/views/Software/licenciados_filtro.html.twig @@ -18,7 +18,7 @@ tSW.populate([ // Popula o TRANSFER com Softwares {% for sw in softwares %} - {value: "{{ sw['idClassProperty'] }}", content:"{{ sw['nmSoftware'] }}"}{% if loop.last != true %},{% endif %} + {value: "{{ sw['idSoftware'] }}", content:"{{ sw['nmSoftware'] }}"}{% if loop.last != true %},{% endif %} {% endfor %} ]); -- libgit2 0.21.2