refs #5675 fallo parking

This commit is contained in:
Sergio De la torre 2023-05-25 09:20:32 +02:00
parent 5454d00ca4
commit d49c5db49e
1 changed files with 6 additions and 1 deletions

View File

@ -2755,7 +2755,12 @@ import org.json.JSONObject
.setDescription(getString(R.string.scanWagonForItem))
.setOkButton(getString(R.string.accept)) {
if (!customDialogInput.getValue().isNullOrEmpty()) {
findSale(customDialogInput.getValue(), index)
//Tarea 5675
// if (!customDialogInput.getValue().contains("-")){
findSale(customDialogInput.getValue(), index)
//}else{
// ma.messageWithSound(getString(R.string.shelvingError),true,true,"Error",true)
//}
}
customDialogInput.setValue("")
scanRequest()