diff --git a/ReportImp/RomEV/Quittierungsbeleg.cs b/ReportImp/RomEV/Quittierungsbeleg.cs index fce28458c..3081c1354 100644 --- a/ReportImp/RomEV/Quittierungsbeleg.cs +++ b/ReportImp/RomEV/Quittierungsbeleg.cs @@ -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 = "";