Parcourir la source

ProjGather: Deal Pay, Zone Gather Data, Calculate Error

MaiXinRong il y a 8 ans
Parent
commit
1d53d15aba
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;