feat qr #refs 7520
This commit is contained in:
parent
08ac21bbb7
commit
217688b103
|
@ -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()
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue