Просмотр исходного кода

Letzte kleine Änderung übernommen!

Arne Diekmann 8 лет назад
Родитель
Сommit
58f97a602d

+ 1 - 1
GreenTree.Nachtragsmanagement.Web/Models/Appendix/AppendixDataModel.cs

@@ -82,7 +82,7 @@ namespace GreenTree.Nachtragsmanagement.Web.Models.Appendix
                 Description = appendixEntity.Description,
                 Percentage = appendixEntity.Percentage.HasValue
                     ? appendixEntity.Percentage.Value
-                    : (decimal)0.5,
+                    : (decimal)1.0,
                 PercentageValue = appendixEntity.Value.HasValue && appendixEntity.Percentage.HasValue
                     ? appendixEntity.Value.Value * appendixEntity.Percentage.Value
                     : 0,