From 4167e0d1d70073d15d8d72848e8f595096929016 Mon Sep 17 00:00:00 2001 From: efernandez Date: Tue, 13 Nov 2018 09:37:58 -0300 Subject: [PATCH] fix simbolo moneda --- src/views/nota-pedido.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/views/nota-pedido.html b/src/views/nota-pedido.html index aa31107..0a79e83 100644 --- a/src/views/nota-pedido.html +++ b/src/views/nota-pedido.html @@ -172,12 +172,12 @@ class="selectable" ng-click="idLista == -1 && cambioEdit(articulo, 'precio')" ng-hide="articulo.editPrecio" - ng-bind="articulo.precio | currency: notaPedido.moneda.simbolo : 4"> + ng-bind="articulo.precio | currency: notaPedido.moneda.SIMBOLO : 4"> + ng-bind="(articulo.precio * articulo.cantidad) | currency: notaPedido.moneda.SIMBOLO">