Fix posizione in spostaMerceTraUl
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good

This commit is contained in:
2025-05-15 18:28:20 +02:00
parent e1e9a3cbfc
commit 960f74e7cd

View File

@@ -2273,6 +2273,8 @@ public class WMSGenericService {
.setDataCollo(null)
.setRiga(null)
.setBarcodeUlIn(destinationMtbColt.getBarcodeUl())
.setCodMdepIn(destinationMtbColt.getCodMdep())
.setPosizioneIn(destinationMtbColt.getPosizione())
.setUtente(requestDataDTO.getUsername());
mtbColrDestObservableField.add(cloneMtbColr);
@@ -2553,6 +2555,7 @@ public class WMSGenericService {
.setSerCollo(inputMtbColr.getSerCollo())
.setDataCollo(inputMtbColr.getDataCollo())
.setNumCollo(inputMtbColr.getNumCollo())
.setMtbCols(new ArrayList<>())
.setMtbColr(new ArrayList<MtbColr>() {{
add(inputMtbColr);
}});