Commit 3128419e84c00cb67bdc84868a7e66fc361a880e
Exists in
master
and in
2 other branches
Merge branch 'master' into 'master'
agrego importe a resultados See merge request !5
Showing
1 changed file
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" |