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