Commit e9b2e957e107812178c243878efcb916a1c0416e

Authored by Luigi
1 parent 3b8c4a9e69
Exists in master and in 1 other branch develop

actualizo mod

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/js/controller.js
... ... @@ -682,6 +682,7 @@ angular.module('focaCrearNotaPedido').controller('notaPedidoCtrl',
682 682 $scope.notaPedido.notaPedidoPlazo = precioCondicion.plazoPago;
683 683 $scope.notaPedido.precioCondicion = precioCondicion;
684 684 $scope.notaPedido.idPrecioCondicion = precioCondicion.listaPrecio.ID;
  685 + $scope.notaPedido.cliente.MOD = precioCondicion.listaPrecio.ID;
685 686 $scope.idLista = parseInt(precioCondicion.listaPrecio.ID) ?
686 687 parseInt(precioCondicion.listaPrecio.ID) : -1;
687 688 for (var i = 0; i < precioCondicion.plazoPago.length; i++) {