FSN#41607 behandelaar wordt nu toch bij het doorsturen ongeacht S(mld_forward_auto_fill), en labels beter

svn path=/Website/trunk/; revision=35401
This commit is contained in:
Peter Feij
2017-09-21 11:30:59 +00:00
parent f7ccb5f080
commit d8b61f9e44

View File

@@ -207,7 +207,7 @@ FCLTHeader.Requires({ plugins: ["jQuery"],
FCLTpersoonselector("sBehandel",
"sgBehandelaar",
{ perslidKey: mld_melding.behandel_key,
{ perslidKey: S("mld_forward_auto_fill") ? mld_melding.behandel_key : null,
label: L("lcl_mld_behandelaar"),
fieldNameKey : "sBehandel_key",
autlevel: this_mld.authparams(autfunction) && this_mld.authparams(autfunction).PRSwritelevel,
@@ -223,7 +223,7 @@ FCLTHeader.Requires({ plugins: ["jQuery"],
<%
RWTEXTAREATR("opmerk",
"fldtxt" + ((S("mld_forward_opm_flags") & 1) == 1? " required" : ""),
L("lcl_mld_forward_opm"),
(S("mld_forward_opm_flags") & 2) == 2 ? L("lcl_mld_note") : L("lcl_mld_inf_Opmerking"),
"",
{html: "rows='8' cols='80'"});