Commit 4d86633ea3a2ce4d3b36e5ca0f3ad3a40298bd9d
Exists in
master
Merge branch 'master' into 'develop'
Master See merge request !111
Showing
1 changed file
Show diff stats
src/js/controller.js
... | ... | @@ -670,6 +670,7 @@ angular.module('focaCrearNotaPedido').controller('notaPedidoCtrl', |
670 | 670 | $scope.notaPedido.notaPedidoPlazo = precioCondicion.plazoPago; |
671 | 671 | $scope.notaPedido.precioCondicion = precioCondicion; |
672 | 672 | $scope.notaPedido.idPrecioCondicion = precioCondicion.listaPrecio.ID; |
673 | + $scope.notaPedido.cliente.MOD = precioCondicion.listaPrecio.ID; | |
673 | 674 | $scope.idLista = parseInt(precioCondicion.listaPrecio.ID) ? |
674 | 675 | parseInt(precioCondicion.listaPrecio.ID) : -1; |
675 | 676 | for (var i = 0; i < precioCondicion.plazoPago.length; i++) { |