diff --git a/trunk/SIPRPSoft/src/siprp/pesquisas/PesquisasWindow.java b/trunk/SIPRPSoft/src/siprp/pesquisas/PesquisasWindow.java index 1aeb0d4a..d280795d 100644 --- a/trunk/SIPRPSoft/src/siprp/pesquisas/PesquisasWindow.java +++ b/trunk/SIPRPSoft/src/siprp/pesquisas/PesquisasWindow.java @@ -300,7 +300,8 @@ public class PesquisasWindow extends JFrame buff.append( " C\u00D3DIGO POSTAL: " ); String codigoPostal = ( String ) empresa.get( EmpresasData.CODIGO_POSTAL ); buff.append( "" + ( codigoPostal == null ? "" : codigoPostal.trim() ) + "
" ); - ContactosData contacto = (ContactosData)empresa.get( EmpresasData.CONTACTO_2 ); +// ContactosData contacto = (ContactosData)empresa.get( EmpresasData.CONTACTO_2 ); + ContactosData contacto = empresa.toContacto_2(); if( contacto == null ) { buff.append( " TELEFONE:
" );