feat: refs #8099 addSalarySupplement
This commit is contained in:
parent
7f0f69ae6f
commit
41f9fb4a9a
|
@ -514,13 +514,13 @@ class PasilleroViewModel(context: Context) : BaseViewModel(context) {
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
//tarea 8099
|
//tarea 8099
|
||||||
/* _pasillerositem.add(
|
/* _pasillerositem.add(
|
||||||
PasillerosItemVO(
|
PasillerosItemVO(
|
||||||
R.drawable.ic_salary_supplement,
|
R.drawable.ic_salary_supplement,
|
||||||
R.string.salarySupplementTitle,
|
R.string.salarySupplementTitle,
|
||||||
R.string.salarySupplementTitle
|
R.string.salarySupplementTitle
|
||||||
)
|
)
|
||||||
)*/
|
)*/
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue