Error codigo barras largo
This commit is contained in:
parent
1b52f820ca
commit
4a8b243ae1
|
@ -190,7 +190,7 @@ class ItemCardFragment(
|
|||
private fun getItemCard(itemFk: String) {
|
||||
warehouseFk = getDataInt(WAREHOUSEFK)
|
||||
binding.splashProgressTwo.visibility = View.VISIBLE
|
||||
viewModel.getItemCard(itemFk.toInt(), warehouseFk!!)
|
||||
viewModel.getItemCard(itemFk.toLong(), warehouseFk!!)
|
||||
this.itemFk = itemFk
|
||||
|
||||
}
|
||||
|
|
|
@ -45,7 +45,7 @@ class ItemCardViewModel(var context: Context) : BaseViewModel(context) {
|
|||
|
||||
|
||||
fun getItemCard(
|
||||
itemFk: Int,
|
||||
itemFk: Number,
|
||||
warehouseFk: Int,
|
||||
|
||||
) {
|
||||
|
|
Loading…
Reference in New Issue