diff --git a/src/views/remito.html b/src/views/remito.html index 7f40ccb..9f45d51 100644 --- a/src/views/remito.html +++ b/src/views/remito.html @@ -96,12 +96,12 @@ class="selectable" ng-click="idLista == -1 && cambioEdit(articulo, 'precio')" ng-hide="articulo.editPrecio" - ng-bind="articulo.precio | number : 4"> + ng-bind="articulo.precio | number: 4"> + ng-bind="(articulo.precio * articulo.cantidad) | number: 2">