AQQA#53264 this._require_prs_perslid_plaats in User.inc return nu ook de standplaats.alg_ruimte_key

svn path=/Website/trunk/; revision=38758
This commit is contained in:
2018-08-08 14:56:43 +00:00
parent d9ab69e953
commit 50b74fec40

View File

@@ -221,6 +221,7 @@ Perslid.prototype._require_prs_perslid_plaats = function __require_prs_perslid_p
this._standplaats._alg_locatie_key = oRs2("alg_locatie_key").value;
this._standplaats._alg_gebouw_key = oRs2("alg_gebouw_key").value;
this._standplaats._alg_verdieping_key = oRs2("alg_verdieping_key").value;
this._standplaats._alg_ruimte_key = oRs2("alg_ruimte_key").value;
}
oRs2.close()
}