TwgJonathan/Rechnung - Adresszusatz mit aufgenommen
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user