feat: refs #6869 itemShelvingGet
This commit is contained in:
parent
7bde4f2939
commit
442820db4e
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue