version 23.40.1-hotFix Ubicador
This commit is contained in:
parent
e475ef63f9
commit
d6cd3b4621
|
@ -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) {
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue