}else{
throw new FatturaException(messageBundle.getMessage("AlertMsgDatifinNonValorizzati"));
}
List<Legame> legami = gestionePratica.getLegamiPerMutuoRapporto(numeroIntestatario, CodiceRapporto.CODICE_RAPPORTO_TRAENTE.getValue());
if(legami.size() == 0){
Pratica pratica = contenziosoFacade.cercaPraticaByConto(numeroIntestatario);
if(pratica != null){
codiceGruppo = NumberUtils.checkNull(pratica.getGruppoCoge()).intValue();
codiceMastro = NumberUtils.checkNull(pratica.getMastroCoge()).intValue();
}
}else{
codiceMastro = causaleFattura.getCodiceMastro();
codiceGruppo = causaleFattura.getCodiceGruppo();
numeroIntestatario = legami.iterator().next().getNumeroSoggetto();