Fix su gestione P in caso di creazione UDC in accettazione ordini produzione
This commit is contained in:
parent
c7db59b70f
commit
9361d786b4
@ -374,7 +374,7 @@ public class AccettazioneOrdiniPickingViewModel {
|
|||||||
.map(x -> new CreateUDCRequestOrderDTO()
|
.map(x -> new CreateUDCRequestOrderDTO()
|
||||||
.setDataCons(x.getDataConsD() != null ? UtilityDate.toLocalDate(x.getDataConsD()) : null)
|
.setDataCons(x.getDataConsD() != null ? UtilityDate.toLocalDate(x.getDataConsD()) : null)
|
||||||
.setDataOrd(UtilityDate.toLocalDate(x.getDataD()))
|
.setDataOrd(UtilityDate.toLocalDate(x.getDataD()))
|
||||||
.setGestione(x.getGestione())
|
.setGestione(x.getGestioneEnum() == GestioneEnum.PRODUZIONE ? GestioneEnum.LAVORAZIONE.getText() : x.getGestione())
|
||||||
.setNumOrd(x.getNumero()))
|
.setNumOrd(x.getNumero()))
|
||||||
.toList();
|
.toList();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user