Преглед изворни кода

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;