STER#83920 -- Sterk huis implementatie, youforce import aanpassing.

svn path=/Customer/trunk/; revision=67713
This commit is contained in:
Norbert Wassink
2025-01-23 15:33:57 +00:00
parent b95df7b6a7
commit ae36dd55a6

View File

@@ -185,7 +185,8 @@ BEGIN
FROM prs_kostenplaats k, prs_afdeling a
WHERE k.prs_kostenplaats_nr=COALESCE(v_primary_kostcode,rec.prs_kostenplaats_code)
AND k.prs_kostenplaats_verwijder IS NULL
AND a.prs_kostenplaats_key = k.prs_kostenplaats_key;
AND a.prs_kostenplaats_key = k.prs_kostenplaats_key
AND a.prs_afdeling_verwijder IS NULL;