DJIN#35660: Rebound: Behandelaar van opdrachten bij "groepswerkwijze" kiezen/zien.
svn path=/Website/trunk/; revision=31966
This commit is contained in:
@@ -558,6 +558,14 @@ oRs.Close();
|
||||
<%
|
||||
}
|
||||
|
||||
var pbtype = "P";
|
||||
if (mld_opdr.uitv_type == "B")
|
||||
{
|
||||
if (mld_opdr.uitv_intern == 1)
|
||||
pbtype = "BI"
|
||||
else
|
||||
pbtype = "BE";
|
||||
}
|
||||
// <!-- (INTERN) BEHANDELAAR -->
|
||||
FCLTpersoonselector("behandelaar",
|
||||
"sgPerson",
|
||||
@@ -566,7 +574,7 @@ oRs.Close();
|
||||
autlevel: authparams.PRSwritelevel,
|
||||
moreinfo: true,
|
||||
filtercode: "OCP",
|
||||
urlAdd: [{urlParam: "pbtype", field: "pbtype"}],
|
||||
urlAdd: [{urlParam: "pbtype", field: "pbtype", init: pbtype}],
|
||||
disc_key: mld_melding.disc,
|
||||
readonly: (opdr_key > 0 && !this_opdr.canVeldChange),
|
||||
suppressEmpty: true
|
||||
|
||||
Reference in New Issue
Block a user