Arreglado un error: al generar una factura en PDF ésta salía sin el logotipo.

git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES/trunk@289 c93665c3-c93d-084d-9b98-7d5f4a9c3376
This commit is contained in:
David Arranz 2008-09-23 18:26:13 +00:00
parent 523de01d77
commit bcf82f8833

View File

@ -99,7 +99,7 @@ var
begin
AReportGenerator := TRptFacturasCliente.Create(nil);
try
Result := AReportGenerator.GenerarFacturaEnPDF(ListaID);
Result := AReportGenerator.GenerarFacturaEnPDF(ListaID, ShowLogotipo);
finally
FreeAndNIL(AReportGenerator);
end;