RIAN#87845 Ook persoon-gekoppelde (of; niet-plaatsgebonden) objecten in de 'download-set' opnemen

svn path=/Database/trunk/; revision=68253
This commit is contained in:
2025-02-28 21:56:13 +00:00
parent d6f3748ae6
commit fff54b063b

View File

@@ -214,8 +214,8 @@ AS
, res_deel rd
, res_discipline r
WHERE d.ins_srtdeel_key = sd.ins_srtdeel_key
AND d.alg_locatie_key = l.alg_locatie_key
AND d.alg_gebouw_key = g.alg_gebouw_key
AND d.alg_locatie_key = l.alg_locatie_key(+)
AND d.alg_gebouw_key = g.alg_gebouw_key(+)
AND d.ins_deel_key = id.ins_deel_key
AND d.ins_discipline_key = i.ins_discipline_key
AND id.ins_deel_key = rd.res_ins_deel_key(+)