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 //ESTADOS
private fun changeTicketState() { private fun changeTicketState() {
viewModel.collection_setState(collectionFk = collection.collectionFk, "PREPARED")
tickets.forEach {
viewModel.ticketStateTodaySetState(
ticketFk = it.toInt(), state = "PREPARED"
)
}
} }
//OTROS //OTROS