feat: refs #8175 updateLibraries

This commit is contained in:
Sergio De la torre 2024-12-12 16:54:26 +01:00
parent 88ef5230f9
commit 241bd26b1f
1 changed files with 5 additions and 7 deletions

View File

@ -89,7 +89,7 @@ class InventoryParkingAdapter(
onPasillerosItemClickListener.onPasillerosItemClickListener(
PasillerosItemVO(
title =
R.string.itemSearch
R.string.itemSearch
), item.itemFk.toString()
)
}
@ -126,21 +126,19 @@ class InventoryParkingAdapter(
itemShelving.setOnClickListener {
onPasillerosItemClickListener.onPasillerosItemClickListener(
PasillerosItemVO(
title = R.string.titleUbicator)
, item.shelvingFk
title = R.string.titleUbicator
), item.shelvingFk
)
}
itemfkText.setOnClickListener {
onPasillerosItemClickListener.onPasillerosItemClickListener(
PasillerosItemVO(
title = R.string.itemSearch)
, item.itemFk.toString()
title = R.string.itemSearch
), item.itemFk.toString()
)
}
if (item.isChecked != null) {
println("item ${item.itemFk} checked ${item.isChecked} ")
when (item.isChecked!!.toInt()) {
in 1..Int.MAX_VALUE -> itemRowLayout.setBackgroundColor(