FSN#35174 Fysieke ruimten van reserveerbare ruimte wordt niet gevuld als gebouw vervallen

svn path=/Website/trunk/; revision=28030
This commit is contained in:
Erik Groener
2016-02-03 14:59:57 +00:00
parent 89b1da95c1
commit 3c20fcd538

View File

@@ -54,7 +54,8 @@ function model_res_alg_ruimte(fnparams)
"desc": "alg_plaatsaanduiding",
"where": "alg_onroerendgoed_type = 'R'",
"selectorforeign": "ALG_RUIMTE"
}
},
"foreignfiltercode": null // Ook facilitor irrelevant
},
"locatiekey": { // liever location maar zo komt het uit de plaatsselector
"dbs": "res_alg_ruimte.alg_ruimte_key", // door de "." wordt een update voorkomen
@@ -66,7 +67,8 @@ function model_res_alg_ruimte(fnparams)
"key": "alg_ruimte_key",
"desc": "alg_locatie_code",
"selectorforeign": "ALG_LOCATIE"
}
},
"foreignfiltercode": null // Ook facilitor irrelevant
}
};