RENK#52155

svn path=/Customer/trunk/; revision=37203
This commit is contained in:
Sander Schepers
2018-02-27 13:41:25 +00:00
parent b7f42b4fa3
commit 8c4088aff5

View File

@@ -4212,7 +4212,9 @@ AS
FROM cnt_contract c, prs_bedrijf b
WHERE
c.cnt_prs_bedrijf_key =b.PRS_BEDRIJF_KEY
and c.CNT_CONTRACT_VERWIJDER is null
and c.CNT_CONTRACT_VERWIJDER is null;
COMMIT;