diff --git a/ENI2/ENI2.csproj b/ENI2/ENI2.csproj
index 81414ef6..257dc96c 100644
--- a/ENI2/ENI2.csproj
+++ b/ENI2/ENI2.csproj
@@ -36,8 +36,8 @@
5.4.0.0
true
publish.html
- 11
- 7.0.0.11
+ 12
+ 7.0.0.12
false
true
true
diff --git a/bsmd.database/WAS_RCPT.cs b/bsmd.database/WAS_RCPT.cs
index 9a0721d6..2733602c 100644
--- a/bsmd.database/WAS_RCPT.cs
+++ b/bsmd.database/WAS_RCPT.cs
@@ -370,7 +370,7 @@ namespace bsmd.database
if (entryMissing)
{
- errors.Add(RuleEngine.CreateError(ValidationCode.POSITION_COUNT, missingType, null, this.Title, null, this.Tablename));
+ errors.Add(RuleEngine.CreateError(ValidationCode.POSITION_COUNT, missingType, null, this.Title, this.IdentificationNumber, this.Tablename));
}
}