MH: Autismus Köln Bonn Selbstzahler Rechnungsanpassung

This commit is contained in:
2023-07-04 14:08:57 +02:00
parent 8d5f76ef3d
commit 2cca3ddace

View File

@@ -42,6 +42,10 @@ namespace AutismusKoelnBonn
{
sb.AppendLine(pRO.RecipientOrganisation);
}
else if (!String.IsNullOrEmpty(pRO.RecipientOrganisation) && !String.IsNullOrEmpty(pRO.RecipientOrganisation.Trim()) && pRO.RecipientOrganisation.ToLower() == "selbstzahler")
{
sb.AppendLine(pRO.CustomerFirstName + " " + pRO.CustomerLastName);
}
if (!String.IsNullOrEmpty(pRO.RecipientDivision) && !String.IsNullOrEmpty(pRO.RecipientDivision.Trim()))
{
sb.AppendLine(pRO.RecipientDivision);