소스 검색

ProjGather: Deal Pay, Zone Gather Data, Calculate Error

MaiXinRong 8 년 전
부모
커밋
1d53d15aba
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ProjGather/ProjGather.pas

+ 1 - 1
ProjGather/ProjGather.pas

@@ -514,7 +514,7 @@ begin
     vPhaseRec := nil;
   if Assigned(vPhaseRec) then
   begin
-    ADealPayCalc.ZoneTotalPrice := ADealPayCalc.ZoneTotalPrice - vPhaseRec.ValueByName(FDealEndField).AsFloat;
+    ADealPayCalc.ZoneTotalPrice := ADealPayCalc.ZoneTotalPrice - vPhaseRec.ValueByName(FDealPreField).AsFloat;
   end;
 end;