Commit 6fb34417a1e950a6d37501417c9fcd5a677148f5
Exists in
master
and in
1 other branch
Merge branch 'master' into 'develop'
Master(mpuebla) See merge request !95
Showing
1 changed file
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, |