diff --git a/Source/ApplicationBase/uFactuGES_App.pas b/Source/ApplicationBase/uFactuGES_App.pas index 2b32a79d..3c566f82 100644 --- a/Source/ApplicationBase/uFactuGES_App.pas +++ b/Source/ApplicationBase/uFactuGES_App.pas @@ -169,7 +169,10 @@ begin end; if Assigned(FEmpresaActiva) then + begin + dmBase.dxPrintStyleManager1Style1.PrinterPage.PageFooter.LeftTitle.Clear; dmBase.dxPrintStyleManager1Style1.PrinterPage.PageFooter.LeftTitle.Add(FEmpresaActiva.NOMBRE); + end; end; procedure TAppFactuGES.CargarModulos;