Fix cancellazione annotazioni in cq pomodori
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:
@@ -416,7 +416,7 @@ public class RossoGarganoProductionService {
|
||||
mtbColt.setCodJfas(dto.getCodJfas());
|
||||
movementEdited = true;
|
||||
}
|
||||
if (UtilityString.hasContent(dto.getAnnotazioni())) {
|
||||
if (!UtilityString.equalsIgnoreCase(dto.getAnnotazioni(), mtbColt.getAnnotazioni())) {
|
||||
mtbColt.setAnnotazioni(dto.getAnnotazioni());
|
||||
movementEdited = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user