Commit e180a4e48298df4277373d297b3a7430e95eaff4
1 parent
689306b982
Exists in
master
fix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/controller.js
| ... | ... | @@ -18,7 +18,7 @@ angular.module('focaCrearCobranza') .controller('cobranzaController', |
| 18 | 18 | focaBotoneraLateralService, APP, loginService) |
| 19 | 19 | { |
| 20 | 20 | |
| 21 | - if(APP === 'distribuidor') { | |
| 21 | + if(APP === 'cobranza') { | |
| 22 | 22 | var idCobrador = loginService.getLoginData().vendedorCobrador; |
| 23 | 23 | $scope.botonera = focaCrearCobranzaService.getBotonera(idCobrador); |
| 24 | 24 | focaCrearCobranzaService.getVendedorById(idCobrador).then( |