Commit e7cf3547d099fcd760c46448a66a353d08d4f93e
1 parent
c63456a775
Exists in
master
and in
1 other branch
Arreglo en campo que ya no esta mas en la bd.
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.idPrecioCondicion, | |
| 325 | + idListaPrecio: $scope.remito.idPrecioCondicion, | |
| 326 | 326 | flete: $scope.remito.flete, |
| 327 | 327 | fob: $scope.remito.fob, |
| 328 | 328 | bomba: $scope.remito.bomba, |