Commit b0269211d201967f3b57ddf2fcddb06764c7de49
Exists in
develop
Merge branch 'fix_check_divisa' into 'develop'
Fix check divisa (Joel Vitelli) See merge request !124
Showing
1 changed file
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 | } |