AutismusKoelnBonn/BasisRechnung - Anpassung Adresse bei Selbstzahler

This commit is contained in:
2026-01-19 15:40:22 +01:00
parent 0fc816c562
commit 3fefbd5b8d

View File

@@ -66,10 +66,10 @@ namespace AutismusKoelnBonn
//{
// sb.AppendLine(pRO.RecipientPoBox);
//}
//else if (!String.IsNullOrEmpty(pRO.RecipientStreet))
//{
// sb.AppendLine(pRO.RecipientStreet);
//}
if (pRO.RecipientOrganisation.ToLower() == "selbstzahler" && !String.IsNullOrEmpty(pRO.RecipientStreet))
{
sb.AppendLine(pRO.RecipientStreet);
}
if (!String.IsNullOrEmpty(pRO.RecipientPostCodeAndTown))
{
sb.AppendLine(pRO.RecipientPostCodeAndTown);