|
@@ -568,6 +568,8 @@ begin
|
|
|
FProjProperties.QuantityDigit := udQuantity.Position;
|
|
|
FProjProperties.TotalPriceDigit := udTotalPrice.Position;
|
|
|
FProjectData.ResetFloatDigitView;
|
|
|
+ FProjProperties.DecimalManager.PriceMargin.Quantity.Digit := udQuantity.Position;
|
|
|
+ FProjProperties.DecimalManager.PriceMargin.TotalPrice.Digit := udTotalPrice.Position;
|
|
|
end;
|
|
|
if (FProjProperties.PhaseCount = 1) and not FProjectData.PriceMarginReadOnly then
|
|
|
FProjProperties.DecimalManager.PriceMargin.Price.Digit := udPM_PriceDigit.Position;
|