diff --git a/Report/DefaultReports/InvoiceCustomerReport.cs b/Report/DefaultReports/InvoiceCustomerReport.cs index 50932931b..df70e94a0 100644 --- a/Report/DefaultReports/InvoiceCustomerReport.cs +++ b/Report/DefaultReports/InvoiceCustomerReport.cs @@ -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; } }