Commit 177f09f1c64259c0173dee84a1719236a09bb6c1

Authored by Bruno Menezes
1 parent c9195290
Exists in master and in 1 other branch 3.1

Alterando idClassProperty por idSoftware

src/Cacic/RelatorioBundle/Resources/views/Software/licenciados_filtro.html.twig
... ... @@ -18,7 +18,7 @@
18 18  
19 19 tSW.populate([ // Popula o TRANSFER com Softwares
20 20 {% for sw in softwares %}
21   - {value: "{{ sw['idClassProperty'] }}", content:"{{ sw['nmSoftware'] }}"}{% if loop.last != true %},{% endif %}
  21 + {value: "{{ sw['idSoftware'] }}", content:"{{ sw['nmSoftware'] }}"}{% if loop.last != true %},{% endif %}
22 22  
23 23 {% endfor %}
24 24 ]);
... ...