Commit db47e968b48dcf499fcfd2b42bc915a596837a78
Exists in
master
Merge branch 'master' into 'develop'
Master(mpuebla) See merge request !86
Showing
1 changed file
Show diff stats
src/js/controller.js
| ... | ... | @@ -322,7 +322,7 @@ angular.module('focaCrearRemito').controller('remitoController', |
| 322 | 322 | idProveedor: $scope.remito.proveedor.COD, |
| 323 | 323 | idDomicilio: $scope.remito.idDomicilio || $scope.remito.domicilio.id, |
| 324 | 324 | idCotizacion: $scope.remito.cotizacion.ID, |
| 325 | - idPrecioCondicion: $scope.remito.idPrecioCondicion, | |
| 325 | + idListaPrecio: $scope.remito.idPrecioCondicion, | |
| 326 | 326 | flete: $scope.remito.flete, |
| 327 | 327 | fob: $scope.remito.fob, |
| 328 | 328 | bomba: $scope.remito.bomba, |