From 93ca75ec3325ff94be75ff4912a1d05fca152288 Mon Sep 17 00:00:00 2001 From: Diogo Neves Date: Tue, 13 Jul 2010 15:56:49 +0000 Subject: [PATCH] git-svn-id: https://svn.coded.pt/svn/SIPRP@1283 bb69d46d-e84e-40c8-a05a-06db0d633741 --- trunk/SIPRPSoft/src/siprp/pesquisas/PesquisasWindow.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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:
" );