From a2c5ab0c10f7bea08ae89d6706d82b9ee854be80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Flores?= Date: Mon, 21 May 2007 09:08:32 +0000 Subject: [PATCH] no message git-svn-id: https://svn.coded.pt/svn/SIPRP@417 bb69d46d-e84e-40c8-a05a-06db0d633741 --- trunk/siprp/ficha/FichaWindow.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/siprp/ficha/FichaWindow.java b/trunk/siprp/ficha/FichaWindow.java index 4ca744e0..17aa3022 100644 --- a/trunk/siprp/ficha/FichaWindow.java +++ b/trunk/siprp/ficha/FichaWindow.java @@ -694,9 +694,7 @@ public class FichaWindow extends TabbedWindow ht.put( TIPO_TRABALHO, CHECKED ); break; case 10: - aux = (String)exame.get( ExameData.OUTRO_TIPO ); ht.put( TIPO_OUTRO, CHECKED ); - ht.put( TIPO_OUTRO_TEXTO, aux != null ? aux : "" ); break; } break; @@ -705,6 +703,8 @@ public class FichaWindow extends TabbedWindow // ht.put( "tipo_outro", aux != null ? aux : "" ); // break; } + aux = (String)exame.get( ExameData.OUTRO_TIPO ); + ht.put( TIPO_OUTRO_TEXTO, aux != null ? aux : "" ); tipo = (Integer)exame.get( ExameData.RESULTADO ); ht.put( RESULTADO_APTO, SQUARE ); ht.put( RESULTADO_APTO_CONDICIONALMENTE, SQUARE );