Version 23.10Beta
This commit is contained in:
parent
19bfd3b24b
commit
25ca797140
|
@ -13,8 +13,8 @@ android {
|
||||||
applicationId "es.verdnatura"
|
applicationId "es.verdnatura"
|
||||||
minSdkVersion 24 //21
|
minSdkVersion 24 //21
|
||||||
targetSdkVersion 33
|
targetSdkVersion 33
|
||||||
versionCode 171
|
versionCode 172
|
||||||
versionName = "23.8"
|
versionName = "23.10Beta"
|
||||||
//versionName = "23.8Beta" versionCode 170
|
//versionName = "23.8Beta" versionCode 170
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|
|
@ -130,11 +130,11 @@ class CollectionFragment(
|
||||||
mpok = MediaPlayer.create((activity as MainActivity), R.raw.ok)
|
mpok = MediaPlayer.create((activity as MainActivity), R.raw.ok)
|
||||||
if (type.equals(CONTROLADOR)) {
|
if (type.equals(CONTROLADOR)) {
|
||||||
//sergio: comprueba si viene de la pantalla de controlador
|
//sergio: comprueba si viene de la pantalla de controlador
|
||||||
//Tarea #4280 cambiar a ticket_isOutClosureZone
|
//Tarea #4280
|
||||||
/* viewModel.ticket_isOutClosureZone(
|
viewModel.ticket_isOutClosureZone(
|
||||||
collection.collectionFk
|
collection.collectionFk
|
||||||
|
|
||||||
)*/
|
)
|
||||||
workerFkFromTicket = collection.tickets.get(0).sales.get(0).workerFk
|
workerFkFromTicket = collection.tickets.get(0).sales.get(0).workerFk
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1398,10 +1398,10 @@ class CollectionFragment(
|
||||||
|
|
||||||
if (type.equals(CONTROLADOR)) {
|
if (type.equals(CONTROLADOR)) {
|
||||||
//Tarea #4280 cambiar a ticket_isOutClosureZone
|
//Tarea #4280 cambiar a ticket_isOutClosureZone
|
||||||
/* viewModel.ticket_isOutClosureZone(
|
viewModel.ticket_isOutClosureZone(
|
||||||
txtscan.toInt()
|
txtscan.toInt()
|
||||||
|
|
||||||
)*/
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue