From b588c944a0165f2ba1dbd32acf08d9a8d40eb83a Mon Sep 17 00:00:00 2001 From: Luigi Date: Mon, 5 Aug 2019 16:51:01 -0300 Subject: [PATCH] =?UTF-8?q?Arreglo=20tilde=20en=20bot=C3=B3n=20moneda?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/js/controller.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/js/controller.js b/src/js/controller.js index 1f6d645..32895a6 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -888,6 +888,8 @@ angular.module('focaCrearRemito').controller('remitoController', cotizacionPArgentino.moneda = moneda; actualizarCabeceraMoneda(cotizacionPArgentino); + $filter('filter')($scope.botonera, + { label: 'Moneda' })[0].checked = true; $scope.remito.cotizacion = cotizacionPArgentino; }); @@ -926,6 +928,8 @@ angular.module('focaCrearRemito').controller('remitoController', cotizacion.moneda = moneda; $scope.remitoIsDirty = true; actualizarCabeceraMoneda(cotizacion); + $filter('filter')($scope.botonera, + { label: 'Moneda' })[0].checked = true; $scope.remito.cotizacion = cotizacion; }, function () { -- 1.9.1