Commit 5d882c0939413b82828ed6ea7967e853e492a720
1 parent
9b2313ff52
Exists in
master
and in
1 other branch
Usar incial
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -56,7 +56,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', |
56 | 56 | {moneda: monedaPorDefecto}, |
57 | 57 | monedaPorDefecto.cotizaciones[0] |
58 | 58 | ); |
59 | - $scope.notaPedido.cotizacion = $scope.inicial.cotizacion; | |
59 | + $scope.inicial.cotizacion = $scope.notaPedido.cotizacion; | |
60 | 60 | $timeout(function() {getLSNotaPedido();}); |
61 | 61 | }); |
62 | 62 |