HSLE#37750 alg-ruimte-reserveringen niet uitsluiten

svn path=/Database/trunk/; revision=32317
This commit is contained in:
Peter Feij
2017-01-11 13:17:54 +00:00
parent e7a0041dc1
commit 80434d3393

View File

@@ -1635,7 +1635,6 @@ AS
AND ra.res_srtactiviteit_key = rsa.res_srtactiviteit_key
AND rrr.res_rsv_ruimte_host_key = p.prs_perslid_key
AND p.prs_afdeling_key = a.prs_afdeling_key
AND rrr.res_ruimte_opstel_key IS NOT NULL
AND rrr.res_rsv_ruimte_van >= TO_DATE ('01-01-2010', 'DD-MM-YYYY');
CREATE_VIEW(res_v_udr_reserveringincl, 1)