Commit b2ec2fc6a4bbf14723b1c63a7600ef71f375ca6d

Authored by Marcelo Puebla
1 parent c4b5a27722
Exists in master

Arreglo en nota pedido en boton guardar.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -171,7 +171,7 @@ angular.module('focaCrearNotaPedido').controller('notaPedidoCtrl',
171 171 idProveedor: $scope.notaPedido.proveedor.COD,
172 172 idDomicilio: $scope.notaPedido.domicilio.id,
173 173 idCotizacion: $scope.notaPedido.cotizacion.ID,
174   - idPrecioCondicion: $scope.notaPedido.idPrecioCondicion,
  174 + idListaPrecio: $scope.notaPedido.idPrecioCondicion,
175 175 cotizacion: $scope.notaPedido.cotizacion.VENDEDOR,
176 176 flete: $scope.notaPedido.flete,
177 177 fob: $scope.notaPedido.fob,