FSN#33455 Setting mld_plaats_is_locatie_only naar vakgroeptype

svn path=/Website/trunk/; revision=25947
This commit is contained in:
Erik Groener
2015-08-13 12:04:54 +00:00
parent 4abf0c2073
commit e6ba02f0c2
8 changed files with 87 additions and 77 deletions

View File

@@ -276,7 +276,7 @@ function model_issues(mld_key, params)
var ruimtekey = (jsondata.room ? jsondata.room : -1);
var alg_onroerendgoed_keys = -1;
if (!S("mld_plaats_is_locatie_only"))
if (stdm_info.alg_level > 2)
{ // die specifiekere plaats moet dan leegblijven
if (ruimtekey != -1)
alg_onroerendgoed_keys = ruimtekey;