feat qr #refs 7520
This commit is contained in:
parent
47210cc26e
commit
cc8e8aa2b3
|
@ -42,7 +42,7 @@ class TicketAdvanceFragment(var title: String) :
|
||||||
|
|
||||||
viewModel.ticketAdvancePackaging(
|
viewModel.ticketAdvancePackaging(
|
||||||
itemScanValue(
|
itemScanValue(
|
||||||
binding.scanInput.text.toString(), "ticket", "id"
|
binding.scanInput.text.toString(), arrayOf("ticket"), "id"
|
||||||
).toString().toInt(),
|
).toString().toInt(),
|
||||||
mobileApplication.userId!!
|
mobileApplication.userId!!
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue