Commit e6205404e57af84965cb8649ded3fdbe17c575e5

Authored by Eric Fernandez
1 parent 45b006910d
Exists in master and in 1 other branch develop

quito todo

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -71,7 +71,6 @@ angular.module('focaModalCheque')
71 71  
72 72 $scope.seleccionarLocalidad = function(key) {
73 73 if($scope.cheque.provincia.ID === undefined) {
74   - //TODO: Poner modal alert de foca
75 74 focaModalService.alert('Seleccione una provincia');
76 75 return;
77 76 }