diff --git a/ReportImp/BellaDonna/ServiceInvoiceReport.cs b/ReportImp/BellaDonna/ServiceInvoiceReport.cs index 7809326b7..23e02a897 100644 --- a/ReportImp/BellaDonna/ServiceInvoiceReport.cs +++ b/ReportImp/BellaDonna/ServiceInvoiceReport.cs @@ -136,10 +136,10 @@ namespace BellaDonna sb.AppendLine(pRO.RecipientDivision); } - if (!String.IsNullOrEmpty(pRO.RecipientContactPerson)) - { - sb.AppendLine(pRO.RecipientContactPerson); - } + //if (!String.IsNullOrEmpty(pRO.RecipientContactPerson)) + //{ + // sb.AppendLine(pRO.RecipientContactPerson); + //} if (!String.IsNullOrEmpty(pRO.RecipientStreet)) { diff --git a/ReportImp/BellaDonna/ServiceInvoiceReportJAEssen.cs b/ReportImp/BellaDonna/ServiceInvoiceReportJAEssen.cs index 84a1c839e..5afb93574 100644 --- a/ReportImp/BellaDonna/ServiceInvoiceReportJAEssen.cs +++ b/ReportImp/BellaDonna/ServiceInvoiceReportJAEssen.cs @@ -141,10 +141,10 @@ namespace BellaDonna sb.AppendLine(pRO.RecipientDivision); } - if (!String.IsNullOrEmpty(pRO.RecipientContactPerson)) - { - sb.AppendLine(pRO.RecipientContactPerson); - } + //if (!String.IsNullOrEmpty(pRO.RecipientContactPerson)) + //{ + // sb.AppendLine(pRO.RecipientContactPerson); + //} if (!String.IsNullOrEmpty(pRO.RecipientStreet)) {