Version 23.2 Solucionado historico items
This commit is contained in:
parent
2737b93895
commit
720b943f60
|
@ -112,18 +112,15 @@ class ItemCardFragment(
|
||||||
|
|
||||||
when (item) {
|
when (item) {
|
||||||
iconReload.drawable -> {
|
iconReload.drawable -> {
|
||||||
getItemCard(itemFk)
|
getItemCard(itemInfoG!!.id.toString())
|
||||||
}
|
}
|
||||||
iconHistory.drawable -> {
|
iconHistory.drawable -> {
|
||||||
if (itemFk.isNullOrEmpty()) {
|
|
||||||
getString(R.string.scanItem).toast(requireActivity())
|
|
||||||
} else {
|
|
||||||
ma.onPasillerosItemClickListener(
|
ma.onPasillerosItemClickListener(
|
||||||
PasillerosItemVO(title = getString(R.string.titleHistorical)),
|
PasillerosItemVO(title = getString(R.string.titleHistorical)),
|
||||||
itemInfoG!!.id.toString()
|
itemInfoG!!.id.toString()
|
||||||
)
|
)
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
iconSalix.drawable -> {
|
iconSalix.drawable -> {
|
||||||
|
|
Loading…
Reference in New Issue