Commit 6d0aa026fc3a7fde6da5f112fc2a29ac2fdc3db3

Authored by Jose Pinto
1 parent eda65bdf47
Exists in master

fuera todo

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