diff --git a/Dakota/Logic/DakotaInfoCreator.cs b/Dakota/Logic/DakotaInfoCreator.cs index a35542840..5cbaecaa7 100644 --- a/Dakota/Logic/DakotaInfoCreator.cs +++ b/Dakota/Logic/DakotaInfoCreator.cs @@ -231,7 +231,7 @@ namespace Dakota.Logic info.VersichtertenNummer = infoParameter.Customer.InsuranceNumber; info.Versichertenstatus = DakotaUtils.GetVersichertenstatus(infoParameter.Customer.VersichertenStatus); - info.Beleginformation = SchlüsselBeleginformation.KeineBeleguebermittlung; + info.Beleginformation = SchlüsselBeleginformation.BelegePerPost; info.Belegnummer = infoParameter.Customer.CustomerOid.ToString(); info.VersichtertenVorname = infoParameter.Customer.FirstName;