Commit 00c385a69a9b9193270e725816959681c6280587
1 parent
af9a503a06
Exists in
develop
fix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -1249,7 +1249,7 @@ angular.module('focaCrearRemito').controller('remitoController', |
1249 | 1249 | } |
1250 | 1250 | |
1251 | 1251 | if (remito.idPrecioCondicion > 0) { |
1252 | - $scope.idLista = remito.preci/aoCondicion.idListaPrecio; | |
1252 | + $scope.idLista = remito.precioCondicion.idListaPrecio; | |
1253 | 1253 | } else if (remito.idPrecioCondicion) { |
1254 | 1254 | $scope.idLista = -1; |
1255 | 1255 | } |