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 () {