From d49c5db49ed5d34af5806c6ef4965b0a2491a91c Mon Sep 17 00:00:00 2001 From: Sergio De la torre Date: Thu, 25 May 2023 09:20:32 +0200 Subject: [PATCH] refs #5675 fallo parking --- .../collection/fragment/CollectionFragmentPicker.kt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/src/main/java/es/verdnatura/presentation/view/feature/collection/fragment/CollectionFragmentPicker.kt b/app/src/main/java/es/verdnatura/presentation/view/feature/collection/fragment/CollectionFragmentPicker.kt index b71e4967..852a28d1 100644 --- a/app/src/main/java/es/verdnatura/presentation/view/feature/collection/fragment/CollectionFragmentPicker.kt +++ b/app/src/main/java/es/verdnatura/presentation/view/feature/collection/fragment/CollectionFragmentPicker.kt @@ -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()