Commit 9b1e2e85a3938f43d737e8942dfcda7b47d0f0f2

Authored by Jose Pinto
1 parent 402ddbcd8d
Exists in master

agrego importe a resultados

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
src/views/foca-modal-remito.html
... ... @@ -85,6 +85,7 @@
85 85 <th>Fecha</th>
86 86 <th>Cliente</th>
87 87 <th>Comprobante</th>
  88 + <th>Importe</th>
88 89 <th></th>
89 90 </tr>
90 91 </thead>
... ... @@ -100,6 +101,7 @@
100 101 <td ng-bind="remito.fechaRemito | date : 'dd/MM/yyyy'"></td>
101 102 <td ng-bind="remito.nombreCliente"></td>
102 103 <td ng-bind="[remito.sucursal, remito.numeroRemito] | comprobante"></td>
  104 + <td ng-bind="remito.total | number: 2"></td>
103 105 <td>
104 106 <button
105 107 type="button"