Merge branch 'hotfix/Hotfix-1'
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user