IDSpecificClass ID entfernt

This commit is contained in:
2024-11-21 14:41:03 +01:00
parent 18465f138a
commit 98bca5fd79
2 changed files with 1 additions and 2 deletions

View File

@@ -8,7 +8,6 @@ using DevExpress.XtraReports.UI;
namespace BeWo.Report.DefaultReports.Invoices
{
[IDSpecificClass(Identifier = "GkvBegleitzettel")]
public partial class GkvBegleitzettel : XtraReport, IBeWoReport<GkvAbrechnungRO>
{
public GkvBegleitzettel()

View File

@@ -8,7 +8,7 @@ using DevExpress.XtraReports.UI;
namespace BeWo.DiakonieKKKleve
{
[IDSpecificClass(Identifier = "GkvBegleitzettel")]
public partial class GkvBegleitzettel : XtraReport, IBeWoReport<GkvAbrechnungRO>
{
public GkvBegleitzettel()