+ " " + tf.getNumeroFattura()
+ ".\n" + messageBundle.getMessage("AlertMsgImpossibileStampare");
throw new FatturaException(msg);
}
}else{
PersonaGiuridica pg = (PersonaGiuridica)soggetto;
intestatario.append("Spett.le\n");
if(!"".equals(StringUtility.checkNull(pg.getPartitaIva()).trim()))
cfPiva = "P.I. " + pg.getPartitaIva();
else{
String msg = messageBundle.getMessage("AlertMsgMancanoCFPivaSoggetto")
+ tf.getNumeroIntestatario() + " della "+ messageBundle.getMessage("TextFattura").toLowerCase()
+ " " + tf.getNumeroFattura() +
".\n" + messageBundle.getMessage("AlertMsgImpossibileStampare");