no message

git-svn-id: https://svn.coded.pt/svn/SIPRP@388 bb69d46d-e84e-40c8-a05a-06db0d633741
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Luis Flores 19 years ago
parent c21a738e72
commit 378f0d351e

@ -261,7 +261,7 @@ public class FichaWindow extends TabbedWindow
{
byte fo[] = createFO( exame );
exame.set( ExameData.FO, fo );
exame.set( FichaDataProvider.PDF, createPDF( fo ) );
exame.set( ExameData.PDF, createPDF( fo ) );
// empresa.save();
// estabelecimento.save();
@ -495,7 +495,7 @@ public class FichaWindow extends TabbedWindow
nomeFicheiro.replaceAll( " ", "_" );
if( fo != null )
{
FichaAptidaoCreator.getCreator().print( pdf );
FichaAptidaoCreator.getCreator().print( fo );
}
else
{

Loading…
Cancel
Save