diff --git a/app/src/main/java/es/verdnatura/presentation/view/feature/pasillero/fragment/PasilleroViewModel.kt b/app/src/main/java/es/verdnatura/presentation/view/feature/pasillero/fragment/PasilleroViewModel.kt index 290bb800..6e5b9f7e 100644 --- a/app/src/main/java/es/verdnatura/presentation/view/feature/pasillero/fragment/PasilleroViewModel.kt +++ b/app/src/main/java/es/verdnatura/presentation/view/feature/pasillero/fragment/PasilleroViewModel.kt @@ -73,6 +73,15 @@ class PasilleroViewModel(context: Context) : BaseViewModel(context) { ) ) + if (userId == 19591) + _pasillerositem.add( + PasillerosItemVO( + R.drawable.ic_dashboard_black_24dp, + R.string.ubicatorNew, + R.string.titleUbicatorDescrip + + ) + ) //tarea 7855 _pasillerositem.add( @@ -514,17 +523,25 @@ class PasilleroViewModel(context: Context) : BaseViewModel(context) { ) ) //tarea 8099 - /* _pasillerositem.add( - PasillerosItemVO( - R.drawable.ic_salary_supplement, - R.string.salarySupplementTitle, - R.string.salarySupplementTitle - ) - )*/ + _pasillerositem.add( + PasillerosItemVO( + R.drawable.ic_salary_supplement, + R.string.salarySupplementTitle, + R.string.salarySupplementTitle + ) + ) } fun inititializeDefaultHistorical() { + _pasillerositem.add( + PasillerosItemVO( + R.drawable.revision_icon, + R.string.titleShelvingHistNew, + R.string.titleShelvingHistNew + ) + ) + _pasillerositem.add( PasillerosItemVO( R.drawable.revision_icon, @@ -532,6 +549,7 @@ class PasilleroViewModel(context: Context) : BaseViewModel(context) { R.string.titleShelvingHistDescrip ) ) + _pasillerositem.add( PasillerosItemVO( R.drawable.ic_history_orange,