version 23.40.1-hotFix Ubicador

This commit is contained in:
Sergio De la torre 2023-10-19 08:05:22 +02:00
parent e475ef63f9
commit d6cd3b4621
1 changed files with 4 additions and 7 deletions

View File

@ -364,7 +364,7 @@ class UbicadorFragment(
)
shelvingFk = customDialogInput.getValue()
binding.mainToolbar.toolbarTitle.text =
shelvingFk.uppercase() + getString(R.string.pUppercase) + getString(
shelvingFk.uppercase() + getString(R.string.pUppercase) + parking + getString(
R.string.label
) + etiquetas
// if (mpok != null) mpok!!.start()
@ -384,7 +384,7 @@ class UbicadorFragment(
)
shelvingFk = customDialogInput.getValue()
binding.mainToolbar.toolbarTitle.text =
shelvingFk.uppercase() + getString(
shelvingFk.uppercase() + getString(R.string.pUppercase) + parking + getString(
R.string.label
) + etiquetas
// if (mpok != null) mpok!!.start()
@ -481,11 +481,8 @@ class UbicadorFragment(
it.list.forEach { item ->
try {
contEtiquetas += item.stickers.toInt()
parking = if (!item.code.isNullOrEmpty()) {
""
} else {
item.code.uppercase()
}
parking = item.code
} catch (e: Exception) {
}