Commit dd701f083a6acc35a2061650e2f5efc673c91f1c

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

acrescentando total de máquinas no final do relatório

src/Cacic/RelatorioBundle/Resources/views/Software/rel_inventariados.html.twig
... ... @@ -41,4 +41,13 @@
41 41 </tbody>
42 42 </table>
43 43  
  44 + <table class="display datatable" id="datatable">
  45 + <thead>
  46 + <tr>
  47 + <th width="77%" style="text-align: left">{{ "Total de Estações"|trans }}</th>
  48 + <th width="23%" style="text-align: center">{{ totalnumcomp }}</th>
  49 + </tr>
  50 + </thead>
  51 + </table>
  52 +
44 53 {% endblock %}
45 54 \ No newline at end of file
... ...