Commit 23b2f20bbcfaefad35c4014a94d0afdc05fd556e

Authored by Marcelo Puebla
1 parent 5e3a330348
Exists in master and in 1 other branch develop

arreglo en validacion.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -428,7 +428,7 @@ angular.module('focaCrearRemito').controller('remitoController',
428 428 };
429 429  
430 430 $scope.seleccionarProductos = function () {
431   - varlidarRemitoFacturado();
  431 + if (!varlidarRemitoFacturado()) return;
432 432 if ($scope.notaPedido.id !== 0) {
433 433 $scope.idLista = parseInt($scope.notaPedido.idListaPrecio);
434 434 }