Commit 527eff2bd09b81ea8ef10a5d1af408526817a778

Authored by gedeson
1 parent 841109f5
Exists in master and in 1 other branch 3.1

Correçao de tela de relatorio

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 ]);
... ...