Browse Source

Deal pay, Edit Mode, display format by digit

MaiXinRong 7 years ago
parent
commit
e2bbb3d656
1 changed files with 0 additions and 1 deletions
  1. 0 1
      DataModules/DealPaymentDm.pas

+ 0 - 1
DataModules/DealPaymentDm.pas

@@ -281,7 +281,6 @@ procedure TDealPaymentData.sdvDealPaymentGetText(var Text: String;
   begin
     if Assigned(AValue) then
     begin
-      Text := AValue.AsString;
       sField := GetFormulaField(AValue.FieldName);
       sFormula := AValue.Owner.ValueByName(sField).AsString;
       if (sField <> '') and (sFormula <> '') then