From 19fb9ebbeb4a987a1b3e2b81d43521fa9ac2c7b4 Mon Sep 17 00:00:00 2001 From: Luigi Date: Tue, 26 Mar 2019 13:50:02 -0300 Subject: [PATCH] Ocultar datos en cabecera cuando son Pesos Argentinos --- src/js/controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/controller.js b/src/js/controller.js index 1533531..8128ea6 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -807,7 +807,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', var cabeceras = []; - if (notaPedido.cotizacion) { + if (notaPedido.cotizacion.moneda.ID != 1) { cabeceras.push({ label: 'Moneda:', valor: notaPedido.cotizacion.moneda.DETALLE -- 1.9.1