Commit 9dc146b10055286a3a48d2c8eddeb4a85c124404

Authored by Luigi
1 parent 9ca0f26bc9
Exists in master and in 2 other branches develop, lab

Espacio

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/controllerItem.js
... ... @@ -50,7 +50,7 @@ angular.module('focaAbmVendedorCobrador')
50 50  
51 51 focaAbmVendedorCobradorService
52 52 .getCodigoVendedores()
53   - .then(function (res){
  53 + .then(function (res) {
54 54 $scope.vendedorCobrador.NUM = res.data.proximoCodigo;
55 55 });
56 56