Commit 367a3270956c419aecc5f550cf68a51bdb6dad5a

Authored by Nicolás Guarnieri
1 parent dc349570b1
Exists in master

refactor de vendedores

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -17,7 +17,7 @@ angular.module('focaModalLogin')
17 17 }
18 18  
19 19 if (parametros.tipo == 'Cobradores' || parametros.tipo == 'Vendedores') {
20   - $scope.usuario.login = parametros.cuenta.CodVen;
  20 + $scope.usuario.login = parametros.cuenta.NUM;
21 21 }
22 22 }
23 23