diff --git a/ReportImp/GpzBiberachReports/InvoiceCustomerReport.cs b/ReportImp/GpzBiberachReports/InvoiceCustomerReport.cs index e2b2d865e..dbad47402 100644 --- a/ReportImp/GpzBiberachReports/InvoiceCustomerReport.cs +++ b/ReportImp/GpzBiberachReports/InvoiceCustomerReport.cs @@ -13,11 +13,11 @@ namespace BeWo.Report.DefaultReports public void SetReportDataSource(InvoiceCustomerRO pRO) { - if (String.IsNullOrWhiteSpace(pRO.RecipientOrganisation) || - !pRO.RecipientOrganisation.ToLower().Contains("landratsamt biberach")) - { - this.Watermark.Image = null; - } + //if (String.IsNullOrWhiteSpace(pRO.RecipientOrganisation) || + // !pRO.RecipientOrganisation.ToLower().Contains("landratsamt biberach")) + //{ + // this.Watermark.Image = null; + //} StringBuilder sb = new StringBuilder(); if (!String.IsNullOrEmpty(pRO.RecipientOrganisation)) diff --git a/ReportImp/GpzBiberachReports/ServiceInvoiceReport.cs b/ReportImp/GpzBiberachReports/ServiceInvoiceReport.cs index 1dc879099..94309ab39 100644 --- a/ReportImp/GpzBiberachReports/ServiceInvoiceReport.cs +++ b/ReportImp/GpzBiberachReports/ServiceInvoiceReport.cs @@ -18,11 +18,11 @@ namespace BeWo.GpzBiberachReports public void SetReportDataSource(ServiceInvoiceRO pRO) { - if (String.IsNullOrWhiteSpace(pRO.RecipientOrganisation) || - !pRO.RecipientOrganisation.ToLower().Contains("landratsamt biberach")) - { - this.Watermark.Image = null; - } + //if (String.IsNullOrWhiteSpace(pRO.RecipientOrganisation) || + // !pRO.RecipientOrganisation.ToLower().Contains("landratsamt biberach")) + //{ + // this.Watermark.Image = null; + //} if (!String.IsNullOrEmpty(pRO.RecipientOrganisation) && pRO.RecipientOrganisation.IndexOf("ABW pauschal") >= 0) { diff --git a/ReportImp/GpzBiberachReports/ServiceInvoiceReportMiete.cs b/ReportImp/GpzBiberachReports/ServiceInvoiceReportMiete.cs index c2ff745f2..b21a8e33a 100644 --- a/ReportImp/GpzBiberachReports/ServiceInvoiceReportMiete.cs +++ b/ReportImp/GpzBiberachReports/ServiceInvoiceReportMiete.cs @@ -18,11 +18,11 @@ namespace BeWo.GpzBiberachReports public void SetReportDataSource(ServiceInvoiceRO pRO) { - if (String.IsNullOrWhiteSpace(pRO.RecipientOrganisation) || - !pRO.RecipientOrganisation.ToLower().Contains("landratsamt biberach")) - { - this.Watermark.Image = null; - } + //if (String.IsNullOrWhiteSpace(pRO.RecipientOrganisation) || + // !pRO.RecipientOrganisation.ToLower().Contains("landratsamt biberach")) + //{ + // this.Watermark.Image = null; + //} pRO.InvoiceNumber = String.Format("8235-{0}", pRO.InvoiceNumber); decimal gesamtBetrag = 0; diff --git a/ReportImp/GpzBiberachReports/ServiceInvoiceReportPB.cs b/ReportImp/GpzBiberachReports/ServiceInvoiceReportPB.cs index f615f583f..a0265fc61 100644 --- a/ReportImp/GpzBiberachReports/ServiceInvoiceReportPB.cs +++ b/ReportImp/GpzBiberachReports/ServiceInvoiceReportPB.cs @@ -17,11 +17,11 @@ namespace BeWo.GpzBiberachReports public void SetReportDataSource(ServiceInvoiceRO pRO) { - if (String.IsNullOrWhiteSpace(pRO.RecipientOrganisation) || - !pRO.RecipientOrganisation.ToLower().Contains("landratsamt biberach")) - { - this.Watermark.Image = null; - } + //if (String.IsNullOrWhiteSpace(pRO.RecipientOrganisation) || + // !pRO.RecipientOrganisation.ToLower().Contains("landratsamt biberach")) + //{ + // this.Watermark.Image = null; + //} //decimal minutesGespraeche = 0; //decimal minutesGruppe = 0; //decimal hausbesuchBetrag = 0; diff --git a/ReportImp/GpzBiberachReports/ServiceInvoiceReportPflege.cs b/ReportImp/GpzBiberachReports/ServiceInvoiceReportPflege.cs index c23a9bdaf..36c91828a 100644 --- a/ReportImp/GpzBiberachReports/ServiceInvoiceReportPflege.cs +++ b/ReportImp/GpzBiberachReports/ServiceInvoiceReportPflege.cs @@ -18,11 +18,11 @@ namespace BeWo.GpzBiberachReports public void SetReportDataSource(ServiceInvoiceRO pRO) { - if (String.IsNullOrWhiteSpace(pRO.RecipientOrganisation) || - !pRO.RecipientOrganisation.ToLower().Contains("landratsamt biberach")) - { - this.Watermark.Image = null; - } + //if (String.IsNullOrWhiteSpace(pRO.RecipientOrganisation) || + // !pRO.RecipientOrganisation.ToLower().Contains("landratsamt biberach")) + //{ + // this.Watermark.Image = null; + //} StringBuilder sb = new StringBuilder(); if (!String.IsNullOrEmpty(pRO.RecipientOrganisation) && !String.IsNullOrEmpty(pRO.RecipientOrganisation.Trim())) { diff --git a/ReportImp/GpzBiberachReports/ServiceInvoiceReportSonstiges.cs b/ReportImp/GpzBiberachReports/ServiceInvoiceReportSonstiges.cs index b693e64cf..eaedb2d90 100644 --- a/ReportImp/GpzBiberachReports/ServiceInvoiceReportSonstiges.cs +++ b/ReportImp/GpzBiberachReports/ServiceInvoiceReportSonstiges.cs @@ -17,11 +17,11 @@ namespace BeWo.GpzBiberachReports public void SetReportDataSource(ServiceInvoiceRO pRO) { - if (String.IsNullOrWhiteSpace(pRO.RecipientOrganisation) || - !pRO.RecipientOrganisation.ToLower().Contains("landratsamt biberach")) - { - this.Watermark.Image = null; - } + //if (String.IsNullOrWhiteSpace(pRO.RecipientOrganisation) || + // !pRO.RecipientOrganisation.ToLower().Contains("landratsamt biberach")) + //{ + // this.Watermark.Image = null; + //} //pRO.InvoiceNumber = String.Format("8235-{0}", pRO.InvoiceNumber); decimal gesamtBetrag = 0; diff --git a/ReportImp/GpzBiberachReports/ServiceInvoiceReportSoziotherapie.cs b/ReportImp/GpzBiberachReports/ServiceInvoiceReportSoziotherapie.cs index 1e3fc5d14..6b1c98380 100644 --- a/ReportImp/GpzBiberachReports/ServiceInvoiceReportSoziotherapie.cs +++ b/ReportImp/GpzBiberachReports/ServiceInvoiceReportSoziotherapie.cs @@ -18,11 +18,11 @@ namespace BeWo.GpzBiberachReports public void SetReportDataSource(ServiceInvoiceRO pRO) { - if (String.IsNullOrWhiteSpace(pRO.RecipientOrganisation) || - !pRO.RecipientOrganisation.ToLower().Contains("landratsamt biberach")) - { - this.Watermark.Image = null; - } + //if (String.IsNullOrWhiteSpace(pRO.RecipientOrganisation) || + // !pRO.RecipientOrganisation.ToLower().Contains("landratsamt biberach")) + //{ + // this.Watermark.Image = null; + //} StringBuilder sb = new StringBuilder(); if (!String.IsNullOrEmpty(pRO.RecipientOrganisation) && !String.IsNullOrEmpty(pRO.RecipientOrganisation.Trim())) {