Explorar o código

ProjGather: Deal Pay, Zone Gather Data, Calculate Error

MaiXinRong %!s(int64=7) %!d(string=hai) anos
pai
achega
1d53d15aba
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;