|
|
@@ -79,7 +79,7 @@ namespace GreenTree.Nachtragsmanagement.Web.Models.Appendix
|
|
|
throw new ArgumentNullException("appendixEntity", "Cannot create AppendixDataModel from NULL appendix entity.");
|
|
|
|
|
|
var remainingAppendixStatuses = configurationService.TryGetConfigItemValue<int[]>(
|
|
|
- "GreenTree.Nachtragsmanagement.SiteGrid.RemainingAppendixStatuses", new[] { 1, 5, 6, 7, 11, 12, 13 });
|
|
|
+ "GreenTree.Nachtragsmanagement.SiteGrid.RemainingAppendixStatuses", new[] { 1, 5, 6, 7, 9, 12, 13 });
|
|
|
|
|
|
var model = new AppendixDataModel
|
|
|
{
|