[ROSSOGARGANO]
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good

- aggiunti parametri per stampa etichette sscc da WMS
This commit is contained in:
2025-12-11 15:57:17 +01:00
parent cc03973792
commit 961cd06471

View File

@@ -2490,6 +2490,8 @@ public class WMSGenericService {
pairList.add(new PairsDTO("data_collo", CommonConstants.DATE_YMD_DASHED_FORMATTER.format(mtbColtToPrint.getDataCollo())));
pairList.add(new PairsDTO("ser_collo", mtbColtToPrint.getSerCollo()));
pairList.add(new PairsDTO("num_collo", mtbColtToPrint.getNumCollo()));
pairList.add(new PairsDTO("barcode_list", Collections.singletonList(mtbColtToPrint.getBarcodeUl())));
pairList.add(new PairsDTO("barcode_ul", mtbColtToPrint.getBarcodeUl()));
ReportTypeDTO reportTypeDTO = new ReportTypeDTO()