Commit 19fb9ebbeb4a987a1b3e2b81d43521fa9ac2c7b4

Authored by Luigi
1 parent 10c72bdd21
Exists in master and in 1 other branch develop

Ocultar datos en cabecera cuando son Pesos Argentinos

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -807,7 +807,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl',
807 807  
808 808 var cabeceras = [];
809 809  
810   - if (notaPedido.cotizacion) {
  810 + if (notaPedido.cotizacion.moneda.ID != 1) {
811 811 cabeceras.push({
812 812 label: 'Moneda:',
813 813 valor: notaPedido.cotizacion.moneda.DETALLE