From bcf82f8833ae5984dee68bd68c7078c788a027cb Mon Sep 17 00:00:00 2001 From: david Date: Tue, 23 Sep 2008 18:26:13 +0000 Subject: [PATCH] =?UTF-8?q?Arreglado=20un=20error:=20al=20generar=20una=20?= =?UTF-8?q?factura=20en=20PDF=20=C3=A9sta=20sal=C3=ADa=20sin=20el=20logoti?= =?UTF-8?q?po.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES/trunk@289 c93665c3-c93d-084d-9b98-7d5f4a9c3376 --- .../Facturas de cliente/Servidor/srvFacturasCliente_Impl.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Modulos/Facturas de cliente/Servidor/srvFacturasCliente_Impl.pas b/Source/Modulos/Facturas de cliente/Servidor/srvFacturasCliente_Impl.pas index 03ab65cd..ff3e571d 100644 --- a/Source/Modulos/Facturas de cliente/Servidor/srvFacturasCliente_Impl.pas +++ b/Source/Modulos/Facturas de cliente/Servidor/srvFacturasCliente_Impl.pas @@ -99,7 +99,7 @@ var begin AReportGenerator := TRptFacturasCliente.Create(nil); try - Result := AReportGenerator.GenerarFacturaEnPDF(ListaID); + Result := AReportGenerator.GenerarFacturaEnPDF(ListaID, ShowLogotipo); finally FreeAndNIL(AReportGenerator); end;