no message

git-svn-id: https://svn.coded.pt/svn/SIPRP@417 bb69d46d-e84e-40c8-a05a-06db0d633741
Luis Flores 19 years ago
parent e58362e995
commit a2c5ab0c10

@ -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 );

Loading…
Cancel
Save