InvoiceCustomerReport - mit Report Verweis

This commit is contained in:
2024-08-19 17:10:45 +02:00
parent 80603f3009
commit 54d8f1487f

View File

@@ -1,5 +1,6 @@
using System;
using System.Text;
using BeWo.Report;
using BeWo.Report.ReportObjects;
namespace BeWo.Report.DefaultReports
@@ -47,10 +48,6 @@ namespace BeWo.Report.DefaultReports
}
lblAddress.Text = sb.ToString();
this.bindingSource1.DataSource = pRO;
}
}