Commit 177f09f1c64259c0173dee84a1719236a09bb6c1
1 parent
c9195290
Exists in
master
and in
1 other branch
Alterando idClassProperty por idSoftware
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
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 | ]); | ... | ... |