Commit a5ad3e885e2582c70330742d2b2b9c1bfeb3eb1c
1 parent
c862515ee3
Exists in
master
Arreglo en get total.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/views/factura.html
... | ... | @@ -278,7 +278,7 @@ |
278 | 278 | <h3>Total:</h3> |
279 | 279 | </td> |
280 | 280 | <td class="table-celda-total text-right no-border-top"> |
281 | - <h3>{{getTotal() | currency: notaPedido.cotizacion.moneda.SIMBOLO}}</h3> | |
281 | + <h3>{{getTotal() | currency: factura.cotizacion.moneda.SIMBOLO}}</h3> | |
282 | 282 | </td> |
283 | 283 | </tr> |
284 | 284 | </tfoot> |