Merge branch 'hotfix/Hotfix-1' into develop
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good

This commit is contained in:
2025-11-26 16:22:34 +01:00

View File

@@ -551,7 +551,8 @@ public class ProductionOrdersLifecycleService {
} }
lastStepOnLinea.setOperation(OperationType.INSERT_OR_UPDATE); lastStepOnLinea.setOperation(OperationType.INSERT_OR_UPDATE);
dtbOrdt.setCodJfas(codJfas) dtbOrdt
// .setCodJfas(codJfas)
.getDtbOrdSteps().add(lastStepOnLinea); .getDtbOrdSteps().add(lastStepOnLinea);
} }
} }