diff --git a/APPL/PDA/melding.asp b/APPL/PDA/melding.asp index 88f00322d5..257323b1ae 100644 --- a/APPL/PDA/melding.asp +++ b/APPL/PDA/melding.asp @@ -573,7 +573,16 @@ if (action != "forward") { ROFIELD("fld", L("lcl_place"), plaats_string, {suppressEmpty: true} ); + if (mld_info.subject != 0) + { + var txtreado = 0; + RWFIELD("melding_onderwerp", L("lcl_mld_subject"), mld_info.mld_onderwerp + , { pclass: ((mld_info.subject == 2 && (this_mld.canOmsChange || mld_key < 0) && !txtreado)? " required" : "") } + ); + } + ROFIELD("fld", L("lcl_txt") , mld_info.mld_omschr, {multi: true}); + if (mld_info.mprio != 3) { ROFIELD("attention", L("lcl_mld_urg") , mld.getpriotext(mld_info.mprio)); }