Commit 38e36a34011c828b816cff059d712af50b3863f2

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

Cambio en el campo MOD del modal de lista precio

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++) {