Version 23.2 Solucionado historico items

This commit is contained in:
Sergio De la torre 2023-01-24 10:59:43 +01:00
parent 2737b93895
commit 720b943f60
1 changed files with 2 additions and 5 deletions

View File

@ -112,18 +112,15 @@ class ItemCardFragment(
when (item) {
iconReload.drawable -> {
getItemCard(itemFk)
getItemCard(itemInfoG!!.id.toString())
}
iconHistory.drawable -> {
if (itemFk.isNullOrEmpty()) {
getString(R.string.scanItem).toast(requireActivity())
} else {
ma.onPasillerosItemClickListener(
PasillerosItemVO(title = getString(R.string.titleHistorical)),
itemInfoG!!.id.toString()
)
}
}
iconSalix.drawable -> {