MH: Rom Ev QB fix
This commit is contained in:
@@ -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 = "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user