Hotfix Dakota: Orga Name wird angezeigt + Version 20 gültig auf unbegrenzt

This commit is contained in:
2025-01-20 10:37:15 +01:00
parent 910585eaf4
commit 602b31845a
2 changed files with 6 additions and 4 deletions

View File

@@ -115,10 +115,12 @@ namespace Dakota.Logic
if (create4month < new DateTime(2024, 7, 1))
return 19;
if (create4month < new DateTime(2025, 1, 1))
return 20;
return 20;
throw new NotImplementedException("Keine Unterstützung von Version 21 oder aufwärts");
//if (create4month < new DateTime(2025, 1, 1))
// return 20;
//throw new NotImplementedException("Keine Unterstützung von Version 21 oder aufwärts");
}
}
}

View File

@@ -15,7 +15,7 @@ namespace BeWo.Report.DefaultReports.Invoices
{
this.InitializeComponent();
xrTableRowReceiverDatenannahmestelle.Visible = false;
// xrTableRowReceiverDatenannahmestelle.Visible = false;
}
public void SetReportDataSource(GkvAbrechnungRO pRO)