AutismusKoelnBonn/BasisRechnung - Anpassung Adresse bei Selbstzahler
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user