diff --git a/src/js/controller.js b/src/js/controller.js index ed5c160..6b006ca 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -744,6 +744,8 @@ angular.module('focaCrearNotaPedido').controller('notaPedidoCtrl', cotizacionPArgentino.moneda = moneda; actualizarCabeceraMoneda(cotizacionPArgentino); + $filter('filter')($scope.botonera, + { label: 'Moneda' })[0].checked = true; $scope.notaPedido.cotizacion = cotizacionPArgentino; }); }