Arreglo en la exportación de conceptos para que las columnas calculadas aparezcan bien.

git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@1060 0c75b7a4-871f-7646-8a2f-f78d34cc349f
This commit is contained in:
David Arranz 2012-04-04 08:18:37 +00:00
parent e53b90b719
commit 852212684c

View File

@ -520,7 +520,7 @@ var
begin
inherited;
if PreguntarFicheroExcelExportar(AFileName) then
ExportGridToExcel(AFileName, cxGrid);
ExportGridToExcel(AFileName, cxGrid, True, True, False);
end;
procedure TfrViewDetallesBase.actSubirUpdate(Sender: TObject);