Commit c05376a2c0e12a9f339d5019b1b2e94de4774f66

Authored by Jose Pinto
1 parent 5c0971eea7
Exists in master and in 1 other branch develop

espacio despues de if

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -54,7 +54,7 @@ angular.module('focaBusquedaCliente')
54 54 $scope.busquedaPress = function(key) {
55 55 if (key === 13) {
56 56 var funcion;
57   - if($scope.vendedor.id) {
  57 + if ($scope.vendedor.id) {
58 58 funcion = 'obtenerClientesPorNombreOCuitByVendedor';
59 59 } else if ($scope.cobrador.id) {
60 60 funcion = 'obtenerClientesPorNombreOCuitByCobrador';