MaiXinRong %!s(int64=8) %!d(string=hai) anos
pai
achega
533f19822d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Frames/BillsGatherFme.pas

+ 1 - 1
Frames/BillsGatherFme.pas

@@ -168,7 +168,7 @@ procedure TBillsGatherFrame.zgGclBillsCellGetColor(Sender: TObject;
       0: Result := QuantityRoundTo(fEndDealQuantity - fQuantity) > fCompare;
       1: Result := QuantityRoundTo(fEndDealQuantity - fDealQuantity) > fCompare;
       2: Result := (QuantityRoundTo(fEndDealQuantity - fQuantity) > fCompare)
-                or (QuantityRoundTo(fEndDealQuantity - fQuantity) > fCompare);
+                or (QuantityRoundTo(fEndDealQuantity - fDealQuantity) > fCompare);
     end;
   end;