MH: BellaDonna Rechnung Name weg

This commit is contained in:
2026-04-21 14:37:10 +02:00
parent bcb8ee483c
commit 06d4ba16e8
2 changed files with 8 additions and 8 deletions

View File

@@ -136,10 +136,10 @@ namespace BellaDonna
sb.AppendLine(pRO.RecipientDivision); sb.AppendLine(pRO.RecipientDivision);
} }
if (!String.IsNullOrEmpty(pRO.RecipientContactPerson)) //if (!String.IsNullOrEmpty(pRO.RecipientContactPerson))
{ //{
sb.AppendLine(pRO.RecipientContactPerson); // sb.AppendLine(pRO.RecipientContactPerson);
} //}
if (!String.IsNullOrEmpty(pRO.RecipientStreet)) if (!String.IsNullOrEmpty(pRO.RecipientStreet))
{ {

View File

@@ -141,10 +141,10 @@ namespace BellaDonna
sb.AppendLine(pRO.RecipientDivision); sb.AppendLine(pRO.RecipientDivision);
} }
if (!String.IsNullOrEmpty(pRO.RecipientContactPerson)) //if (!String.IsNullOrEmpty(pRO.RecipientContactPerson))
{ //{
sb.AppendLine(pRO.RecipientContactPerson); // sb.AppendLine(pRO.RecipientContactPerson);
} //}
if (!String.IsNullOrEmpty(pRO.RecipientStreet)) if (!String.IsNullOrEmpty(pRO.RecipientStreet))
{ {