MH: Autismus Köln Bonn Selbstzahler Rechnungsanpassung
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user