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