feat qr #refs 7520

This commit is contained in:
Sergio De la torre 2024-06-18 12:45:38 +02:00
parent 08ac21bbb7
commit 217688b103
1 changed files with 2 additions and 1 deletions

View File

@ -163,7 +163,7 @@ class ItemCardFragment(
if (binding.editItemFk.text.toString().isNotEmpty()) try {
getItemCard(
itemScanValue(
binding.editItemFk.text.toString(), "buy", "more"
binding.editItemFk.text.toString(), arrayOf("buy"), "more"
).toString()
)
} catch (ex: Exception) {
@ -181,6 +181,7 @@ class ItemCardFragment(
ma.onMyBackPressed()
customDynamic.removeViewsDialog()
customDynamic.removeViewsDialog()
customDynamic.cancel()
}