+ }*@
\ No newline at end of file
diff --git a/Dakota/Logic/DakotaInfoCreator.cs b/Dakota/Logic/DakotaInfoCreator.cs
index ac5086112..726de698d 100644
--- a/Dakota/Logic/DakotaInfoCreator.cs
+++ b/Dakota/Logic/DakotaInfoCreator.cs
@@ -254,7 +254,10 @@ namespace Dakota.Logic
}
else if (leistungserbringergruppe.Length == 7)
{
- info.Abrechnungscode = leistungserbringergruppe.Substring(0, 2);
+ if (leistungserbringergruppe.Substring(0, 2).Equals("99"))
+ info.Abrechnungscode = "69";
+ else
+ info.Abrechnungscode = leistungserbringergruppe.Substring(0, 2);
info.Tarifkennzeichen = leistungserbringergruppe.Substring(2, 5);
}
else
diff --git a/Data/Access/GenericDAO.cs b/Data/Access/GenericDAO.cs
index 3ff68613c..e0f965623 100644
--- a/Data/Access/GenericDAO.cs
+++ b/Data/Access/GenericDAO.cs
@@ -130,7 +130,12 @@ namespace BeWo.Data.Access
return this.CreateCriteria