Commit 527eff2bd09b81ea8ef10a5d1af408526817a778
1 parent
841109f5
Exists in
master
and in
1 other branch
Correçao de tela de relatorio
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/Cacic/RelatorioBundle/Resources/views/Default/patrimonio.html.twig
... | ... | @@ -22,7 +22,7 @@ |
22 | 22 | |
23 | 23 | tSW.populate([ // Popula o TRANSFER com Softwares |
24 | 24 | {% for sw in sw %} |
25 | - {value: "{{ sw['idClassProperty'] }}", content:"{{ sw['nmSoftware'] }}"}{% if loop.last != true %},{% endif %} | |
25 | + {value: "{{ sw['idSoftware'] }}", content:"{{ sw['nmSoftware'] }}"}{% if loop.last != true %},{% endif %} | |
26 | 26 | |
27 | 27 | {% endfor %} |
28 | 28 | ]); | ... | ... |