Browse Source

Over Range

MaiXinRong 8 năm trước cách đây
mục cha
commit
533f19822d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;