MH: Ruhrstern Ansprechpartner*in in Rechnung eingefügt

This commit is contained in:
2026-01-13 14:52:46 +01:00
parent 36a57fcfb0
commit a47fb498e5

View File

@@ -22,6 +22,10 @@ namespace Ruhrstern
{
sb.AppendLine(pRO.RecipientOrganisation);
}
if (!String.IsNullOrEmpty(pRO.RecipientContactPerson) && !String.IsNullOrEmpty(pRO.RecipientContactPerson.Trim()))
{
sb.AppendLine(pRO.RecipientContactPerson);
}
if (!String.IsNullOrEmpty(pRO.RecipientDivision) && !String.IsNullOrEmpty(pRO.RecipientDivision.Trim()))
{
sb.AppendLine(pRO.RecipientDivision);