FCLT#54169 Mobile accept: behandelgroep ook writable gemaakt

svn path=/Website/trunk/; revision=38893
This commit is contained in:
2018-08-21 13:25:34 +00:00
parent cfc189277f
commit e0bbf75f89

View File

@@ -1509,7 +1509,7 @@ if (mld_key > -1 && this_mld.canAccept)
// Behandelaar
if (this_mld.canBOwrite || this_mld.canFOwrite)
{
if (S("mld_behandelgroep") && (mld_info.mld_behandelgroep_key || (0 && this_mld.canAfhandChange)))
if (S("mld_behandelgroep") && (mld_info.mld_behandelgroep_key || this_mld.canAfhandChange))
{
sql = "SELECT mld_behandelgroep_key, mld_behandelgroep_naam"
+ " FROM mld_behandelgroep"
@@ -1519,7 +1519,7 @@ if (mld_key > -1 && this_mld.canAccept)
{ label: L("mld_behandelgroep"),
initKey: mld_info.mld_behandelgroep_key,
emptyOption: "",
readonly: true // !this_mld.canAfhandChange
readonly: !this_mld.canAfhandChange
});
}
%>