From ba8f65865ba2f03a81c7ca2479495c35cf7ca057 Mon Sep 17 00:00:00 2001 From: Daniel Schick Date: Wed, 23 Mar 2022 17:34:10 +0100 Subject: [PATCH] ganz kleiner Validierungsfix: 7.0.0.12 --- ENI2/ENI2.csproj | 4 ++-- bsmd.database/WAS_RCPT.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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)); } }