feat: refs#7823 selectPrinterFreely

This commit is contained in:
Sergio De la torre 2025-03-24 12:19:50 +01:00
parent dd8894ff39
commit 41993fdd07
1 changed files with 5 additions and 0 deletions

View File

@ -55,10 +55,15 @@ fun itemScanValue(value: String, table: Array<String>, field: String): Any {
"more" -> return item.more "more" -> return item.more
} }
} }
"expeditionPallet" -> { "expeditionPallet" -> {
return item.id return item.id
} }
"printer" -> {
return item.id
}
} }
} }
throw Exception("QR no válido") throw Exception("QR no válido")