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:
@@ -207,7 +207,7 @@ FCLTHeader.Requires({ plugins: ["jQuery"],
|
|||||||
|
|
||||||
FCLTpersoonselector("sBehandel",
|
FCLTpersoonselector("sBehandel",
|
||||||
"sgBehandelaar",
|
"sgBehandelaar",
|
||||||
{ perslidKey: mld_melding.behandel_key,
|
{ perslidKey: S("mld_forward_auto_fill") ? mld_melding.behandel_key : null,
|
||||||
label: L("lcl_mld_behandelaar"),
|
label: L("lcl_mld_behandelaar"),
|
||||||
fieldNameKey : "sBehandel_key",
|
fieldNameKey : "sBehandel_key",
|
||||||
autlevel: this_mld.authparams(autfunction) && this_mld.authparams(autfunction).PRSwritelevel,
|
autlevel: this_mld.authparams(autfunction) && this_mld.authparams(autfunction).PRSwritelevel,
|
||||||
@@ -223,7 +223,7 @@ FCLTHeader.Requires({ plugins: ["jQuery"],
|
|||||||
<%
|
<%
|
||||||
RWTEXTAREATR("opmerk",
|
RWTEXTAREATR("opmerk",
|
||||||
"fldtxt" + ((S("mld_forward_opm_flags") & 1) == 1? " required" : ""),
|
"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'"});
|
{html: "rows='8' cols='80'"});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user