Merge branch 'develop' into feature/JDK11
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good

This commit is contained in:
jenkins
2025-05-22 16:18:04 +02:00

View File

@@ -88,6 +88,8 @@ public class ColliEviosysImportService {
String lotto = (String) rowData.get(3);
String qta = (String) rowData.get(6);
barcodeUl = barcodeUl.replace("*", "");
if (barcodeUl.length() > 18) {
barcodeUl = barcodeUl.substring(2);
}