feat: refs #8099 addSalarySupplement

This commit is contained in:
Sergio De la torre 2024-11-20 08:10:34 +01:00
parent 7f0f69ae6f
commit 41f9fb4a9a
1 changed files with 7 additions and 7 deletions

View File

@ -514,13 +514,13 @@ 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
)
)*/
}