Pārlūkot izejas kodu

Report, Final 02, Calculate Gather

MaiXinRong 7 gadi atpakaļ
vecāks
revīzija
ba3e506170
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      DataModules/ReportMemoryDm/rmBillsGatherDm.pas

+ 1 - 1
DataModules/ReportMemoryDm/rmBillsGatherDm.pas

@@ -1153,7 +1153,7 @@ end;
 
 procedure TrmBillsGatherData.CalculateGatherData;
 begin
-  if GatherType in [bgtFinal08, bgtFinal16, bgtEstimate1, bgtG_Final04] then
+  if GatherType in [bgtFinal08, bgtFinal16, bgtEstimate, bgtEstimate1, bgtG_Final04] then
     FCacheTree.ReCalcGatherData;
   if GatherType in [bgtFinal07, bgtFinal11, bgtFinal19] then
     FGclList.ReCalcualteGatherNode;