Hotfix Dakota: Orga Name wird angezeigt + Version 20 gültig auf unbegrenzt
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@ namespace BeWo.Report.DefaultReports.Invoices
|
||||
{
|
||||
this.InitializeComponent();
|
||||
|
||||
xrTableRowReceiverDatenannahmestelle.Visible = false;
|
||||
// xrTableRowReceiverDatenannahmestelle.Visible = false;
|
||||
}
|
||||
|
||||
public void SetReportDataSource(GkvAbrechnungRO pRO)
|
||||
|
||||
Reference in New Issue
Block a user