TwgJonathan/Rechnung - Adresszusatz mit aufgenommen

This commit is contained in:
2025-10-27 10:35:01 +01:00
parent dec7d82479
commit 752e9e13b5

View File

@@ -28,7 +28,11 @@ namespace TwgJonathan
sb.AppendLine(pRO.RecipientOrganisation);
sb.AppendLine("");
}
if (!String.IsNullOrEmpty(pRO.RecipientContactPerson))
if (!String.IsNullOrEmpty(pRO.RecipientAddressLine1))
{
sb.AppendLine(pRO.RecipientAddressLine1);
}
if (!String.IsNullOrEmpty(pRO.RecipientContactPerson))
{
sb.AppendLine(pRO.RecipientContactPerson);
}