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