MH: Rom Ev QB fix

This commit is contained in:
2026-05-27 16:49:45 +02:00
parent 2e14cdc670
commit cc1645ed99

View File

@@ -77,8 +77,8 @@ namespace RomEV
{
if (cb.CostBearer.Organisation.Name == pRO.Costbearer)
{
if (cb.Notice.IsNotNullOrEmpty())
pRO.ContactEmployee = cb.Notice;
if (cb.CostBearer.Organisation.Notice.IsNotNullOrEmpty())
pRO.ContactEmployee = cb.CostBearer.Organisation.Notice;
else
pRO.ContactEmployee = "";