Browse Source

Merge branch '10.1.0' of http://192.168.1.41:3000/SmartCost/SmartCost into 10.1.0

builder 1 year ago
parent
commit
99b36b1b17
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Reports/Model/ScProjGLJGatherDM.pas

+ 1 - 1
Reports/Model/ScProjGLJGatherDM.pas

@@ -399,7 +399,7 @@ procedure TScProjGLJGather.ClearProjList;
 var
   I: Integer;
 begin
-  if FIsCompareGather then
+  if not FIsCompareGather then
   begin
     for I := 0 to FProjects.Count - 1 do
     begin