BLCC#57460 HuurfacturatieV2 (indexatie)

svn path=/Customer/; revision=44812
This commit is contained in:
Maarten van der Heide
2019-11-07 07:46:28 +00:00
parent 9da86e1fa0
commit e838500c39

View File

@@ -29,7 +29,7 @@ UPDATE cnt_kenmerkcontract kc
AND EXISTS
(SELECT 1
FROM cnt_contract
WHERE ins_discipline_key IN (2121, 2122) -- Lease Option/Agreement
WHERE ins_discipline_key IN (2122) -- Lease Agreement
AND cnt_contract_key = kc.cnt_contract_key);
COMMIT;