Merge branch 'master' into develop
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
This commit is contained in:
@@ -154,6 +154,10 @@ public class WMSAccettazioneService {
|
||||
udcMtbColt.setCodAnag(createUDCRequestDTO.getCodAnag());
|
||||
}
|
||||
|
||||
//Check temporaneo per evitare problemi sui dati
|
||||
if(udcMtbColt.getSerCollo().equalsIgnoreCase("UL") && !udcMtbColt.getBarcodeUl().startsWith("U"))
|
||||
throw new Exception("Errore interno durante il salvataggio dell'UDC: il barcode dell'UDC non è valido per la serie UL.");
|
||||
|
||||
udcMtbColt.setOperation(OperationType.INSERT);
|
||||
entityProcessor.processEntity(udcMtbColt, multiDBTransactionManager);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user