FCLT#57054 Behandelaar-veld achter de plus bij meldingen van vakgroepen met teams, niets veranderd voor vakgroepen zonder teams
svn path=/Website/branches/v2019.1/; revision=41707
This commit is contained in:
@@ -747,6 +747,11 @@ if (action != "forward")
|
||||
|
||||
ROFIELD("fld", L("lcl_mld_date_time") , toDateTimeString(mld_info.melddatum));
|
||||
ROFIELD("fld", L("lcl_vakgroup") , (mld_info.prefix ? mld_info.prefix+"-" : "") + mld_info.ins_discipline_omschrijving);
|
||||
if (stdm_info.srtgroep & 4 && mld_info.behandel_key > 0)
|
||||
{
|
||||
var prs_behandelaar = new Perslid(mld_info.behandel_key);
|
||||
ROFIELD((mld_info.behandel_key != user_key ?"attention":"fld"), L("lcl_mld_behandelaar"), prs_behandelaar.naam(), { suppressEmpty: true });
|
||||
}
|
||||
BLOCK_END();
|
||||
}
|
||||
else // nieuwe, alleen voor FO
|
||||
@@ -843,7 +848,7 @@ if (action != "forward")
|
||||
{
|
||||
ROFIELD("attention", L("lcl_mld_urg"), mld.getpriotext(mld_info.mprio));
|
||||
}
|
||||
if (mld_info.behandel_key > 0)
|
||||
if (!(stdm_info.srtgroep & 4) && mld_info.behandel_key > 0)
|
||||
{
|
||||
var prs_behandelaar = new Perslid(mld_info.behandel_key);
|
||||
ROFIELD((mld_info.behandel_key != user_key ?"attention":"fld"), L("lcl_mld_behandelaar"), prs_behandelaar.naam(), { suppressEmpty: true });
|
||||
|
||||
Reference in New Issue
Block a user