Commit 0cb15fa2e223259e863c6a215f2d7a0ea3ecbc0d

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

Acrescentar total de máquinas no final dos relatório

src/Cacic/RelatorioBundle/Resources/views/Faturamento/inativosResultado.html.twig
... ... @@ -62,7 +62,16 @@
62 62  
63 63  
64 64 </form>
65   -
  65 +
  66 + <table class="table table-striped table-bordered">
  67 + <thead>
  68 + <tr>
  69 + <th width="77%" style="text-align: left">{{ "Total de Estações"|trans }}</th>
  70 + <th width="23%" style="text-align: center">{{ totalnumcomp }}</th>
  71 + </tr>
  72 + </thead>
  73 + </table>
  74 +
66 75 </div> <!-- /block -->
67 76 </div> <!-- /box -->
68 77 </div> <!-- /span -->
... ...