refs #5675 fallo parking
This commit is contained in:
parent
5454d00ca4
commit
d49c5db49e
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue