Merge branch 'develop' into feature/JDK11
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:
@@ -82,7 +82,9 @@ public class DocumentiDirettiService {
|
||||
|
||||
}
|
||||
//controllo packingList documento per eventuali trasferimenti
|
||||
checkUDSForTransfer(dtbDoct, entityList, isInsert);
|
||||
if (dtbDoct.getGestione().equalsIgnoreCase("V")) {
|
||||
checkUDSForTransfer(dtbDoct, entityList, isInsert);
|
||||
}
|
||||
|
||||
if (UtilityString.equalsIgnoreCase((String) datiTipoDoc.get("gestione"), "A")) {
|
||||
if (!isInsert && dtbDoct.getOldPk() != null) {
|
||||
|
||||
Reference in New Issue
Block a user