IVET#34864 verfijning bo looplijst

svn path=/Customer/trunk/; revision=28019
This commit is contained in:
Ruud Lipper
2016-02-03 11:44:15 +00:00
parent a3a10261eb
commit 013d171201

View File

@@ -2085,8 +2085,8 @@ AS
res_rsv_ruimte_key,
'Wand ' || rr2.res_ruimte_nr
|| DECODE (rro2.res_ruimte_key,
341, ' Plaatsen',
' Verwijderen')
341, ' Verwijderen',
' Plaatsen')
voorziening
FROM res_v_aanwezigrsv_ruimte rrr2,
res_ruimte_opstelling rro2,
@@ -2113,8 +2113,8 @@ AS
res_rsv_ruimte_key,
'Wand ' || rr2.res_ruimte_nr
|| DECODE (rro2.res_ruimte_key,
581, ' Plaatsen',
' Verwijderen')
581, ' Verwijderen',
' Plaatsen')
voorziening
FROM res_v_aanwezigrsv_ruimte rrr2,
res_ruimte_opstelling rro2,
@@ -3199,7 +3199,7 @@ AS
AND m.mld_melding_status != 1
AND TRUNC (m.mld_melding_datum) = TRUNC (SYSDATE - 182);
BEGIN fac.registercustversion('IVET', 31); END;
BEGIN fac.registercustversion('IVET', 32); END;
/
BEGIN adm.systrackscriptId('$Id$', 0); END;
/