Commit 8897fbc9070d871bec5cd4326758110c79dd4df9

Authored by =
1 parent 850f726628
Exists in develop

checked boton

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
src/js/controller.js
... ... @@ -744,6 +744,8 @@ angular.module('focaCrearNotaPedido').controller('notaPedidoCtrl',
744 744 cotizacionPArgentino.moneda = moneda;
745 745  
746 746 actualizarCabeceraMoneda(cotizacionPArgentino);
  747 + $filter('filter')($scope.botonera,
  748 + { label: 'Moneda' })[0].checked = true;
747 749 $scope.notaPedido.cotizacion = cotizacionPArgentino;
748 750 });
749 751 }