Commit 5875efea9cec5f6409fec2331c335322e6045759
Exists in
master
and in
2 other branches
Merge branch 'master' into 'develop'
Master See merge request !16
Showing
1 changed file
Show diff stats
src/js/controller.js
... | ... | @@ -36,7 +36,7 @@ angular.module('focaModalDetalleCisternas') |
36 | 36 | if (idRemito !== -1 && !validarCargas(res[1].data, res[2].data)) { |
37 | 37 | focaModalService.alert('Los artículos del remito exceden ' + |
38 | 38 | 'la cantidad disponible del vehiculo'); |
39 | - $uibModalInstance.close(); | |
39 | + $uibModalInstance.close(true); | |
40 | 40 | return; |
41 | 41 | } |
42 | 42 | $scope.cargandoDatos = false; |