소스 검색

Report, Final 02, Calculate Gather

MaiXinRong 8 년 전
부모
커밋
ba3e506170
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;