瀏覽代碼

Report, Final 02, Calculate Gather

MaiXinRong 7 年之前
父節點
當前提交
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;