From 8845ac952a8ac4a52e73f056b1169c3e3e451a3e Mon Sep 17 00:00:00 2001 From: Luigi Date: Tue, 26 Mar 2019 14:57:58 -0300 Subject: [PATCH] =?UTF-8?q?B=C3=BAsqueda=20por=20codigo=5Fafip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 8128ea6..aee181b 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.moneda.ID != 1) { + if (notaPedido.cotizacion.moneda.CODIGO_AFIP != 'PES') { cabeceras.push({ label: 'Moneda:', valor: notaPedido.cotizacion.moneda.DETALLE -- 1.9.1