refs #5802 collectionSetState

This commit is contained in:
Sergio De la torre 2024-02-09 11:42:22 +01:00
parent 7e0cdda6aa
commit d9031969b0
1 changed files with 1 additions and 7 deletions

View File

@ -1167,13 +1167,7 @@ class CollectionFragmentPickerNew(
//ESTADOS
private fun changeTicketState() {
tickets.forEach {
viewModel.ticketStateTodaySetState(
ticketFk = it.toInt(), state = "PREPARED"
)
}
viewModel.collection_setState(collectionFk = collection.collectionFk, "PREPARED")
}
//OTROS