Merge branch 'master' into feature/RefactoringGestioneColli
Some checks failed
IntegryManagementSystem_Multi/pipeline/head There was a failure building this commit
Some checks failed
IntegryManagementSystem_Multi/pipeline/head There was a failure building this commit
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