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

This commit is contained in:
2025-07-15 13:03:20 +02:00

View File

@@ -443,7 +443,7 @@ public class VariazioniPvService {
}
if (!UtilityString.isNullOrEmpty(var.getPartitaMag()) ) {
codMartType.getContent().add(objectFactory.createCodMartTypeLotto(UtilityString.streNull(var.getPartitaMag())));
codMartType.getContent().add(objectFactory.createCodMartTypeLotto("Lotto: "+UtilityString.streNull(var.getPartitaMag())));
}
return codMartType;