git-svn-id: https://svn.coded.pt/svn/SIPRP@1283 bb69d46d-e84e-40c8-a05a-06db0d633741

lxbfYeaa
Diogo Neves 16 years ago
parent fe4cb7be4e
commit 93ca75ec33

@ -300,7 +300,8 @@ public class PesquisasWindow extends JFrame
buff.append( " C\u00D3DIGO POSTAL: " );
String codigoPostal = ( String ) empresa.get( EmpresasData.CODIGO_POSTAL );
buff.append( "<B>" + ( codigoPostal == null ? "" : codigoPostal.trim() ) + "</B><BR>" );
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( "&nbsp;TELEFONE: <BR>" );

Loading…
Cancel
Save