MH: SamanthaRiegerIntegrationspraxis
This commit is contained in:
@@ -25,8 +25,8 @@ namespace HalteStelle.Alt
|
||||
|
||||
if (pRO.RecipientOrganisation.IsNotNullOrEmpty())
|
||||
adresse.AppendLine(pRO.RecipientOrganisation);
|
||||
if (pRO.RecipientContactPerson.IsNotNullOrEmpty())
|
||||
adresse.AppendLine(pRO.RecipientContactPerson);
|
||||
//if (pRO.RecipientContactPerson.IsNotNullOrEmpty())
|
||||
adresse.AppendLine("Frau Kiefer");
|
||||
if (pRO.RecipientStreet.IsNotNullOrEmpty())
|
||||
adresse.AppendLine(pRO.RecipientStreet);
|
||||
if (pRO.RecipientPostCodeAndTown.IsNotNullOrEmpty())
|
||||
|
||||
@@ -25,13 +25,15 @@ namespace HalteStelle
|
||||
|
||||
if (pRO.RecipientOrganisation.IsNotNullOrEmpty())
|
||||
adresse.AppendLine(pRO.RecipientOrganisation);
|
||||
if (pRO.RecipientContactPerson.IsNotNullOrEmpty())
|
||||
adresse.AppendLine(pRO.RecipientContactPerson);
|
||||
//if (pRO.RecipientContactPerson.IsNotNullOrEmpty())
|
||||
adresse.AppendLine("Frau Kiefer");
|
||||
if (pRO.RecipientStreet.IsNotNullOrEmpty())
|
||||
adresse.AppendLine(pRO.RecipientStreet);
|
||||
if (pRO.RecipientPostCodeAndTown.IsNotNullOrEmpty())
|
||||
adresse.AppendLine(pRO.RecipientPostCodeAndTown);
|
||||
|
||||
lblAdresse.Text = adresse.ToString();
|
||||
|
||||
if (!String.IsNullOrEmpty(pRO.SenderContactPersonPhone))
|
||||
{
|
||||
pRO.SenderContactPersonPhone = pRO.SenderContactPersonPhone.Replace("Tel.:", "").Trim();
|
||||
|
||||
Reference in New Issue
Block a user