Commit 9ceea494a8847743d989e28b1ceaacf0275e1a4a
1 parent
1db4f10060
Exists in
master
and in
1 other branch
Cambio en idListaPrecio
Showing
1 changed file
with
1 additions
and
1 deletions
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.idListaPrecio, | |
| 325 | + idListaPrecio: $scope.remito.idListaPrecio, | |
| 326 | 326 | flete: $scope.remito.flete, |
| 327 | 327 | fob: $scope.remito.fob, |
| 328 | 328 | bomba: $scope.remito.bomba, |