From 378f0d351edde444d277bd15eff52679dedb8552 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Flores?= Date: Tue, 15 May 2007 16:20:38 +0000 Subject: [PATCH] no message git-svn-id: https://svn.coded.pt/svn/SIPRP@388 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 34e269be..1df56deb 100644 --- a/trunk/siprp/ficha/FichaWindow.java +++ b/trunk/siprp/ficha/FichaWindow.java @@ -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 {