From 6ddcff44163e8d9dd0fdf540c414745c1a345581 Mon Sep 17 00:00:00 2001 From: Joel Date: Tue, 6 Aug 2019 09:53:43 -0300 Subject: [PATCH] Arreglado check moneda --- src/js/controller.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/js/controller.js b/src/js/controller.js index b7c55ca..eb8c73c 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -902,7 +902,8 @@ angular.module('focaCrearRemito').controller('remitoController', cotizacionPArgentino.moneda = moneda; actualizarCabeceraMoneda(cotizacionPArgentino); - + $filter('filter')($scope.botonera, + { label: 'Moneda' })[0].checked = true; $scope.remito.cotizacion = cotizacionPArgentino; }); }, function () { @@ -939,6 +940,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