LPNL#89990 Pre-putorders systeemadres filter vervangen door bedrijfadres_key

svn path=/Customer/trunk/; revision=69873
This commit is contained in:
Arthur Egberink
2025-07-30 06:35:12 +00:00
parent 49bc615a05
commit a134a8ec1a

View File

@@ -1239,7 +1239,7 @@ BEGIN
WHERE n.fac_notificatie_refkey = a.bez_afspraak_key
AND n.fac_srtnotificatie_key IN (30, 31) -- BEZMUT, BEZUPD
AND alg_locatie_key <> 41 -- Rotterdam
AND fac_notificatie_systeemadres IS NOT NULL);
AND prs_bedrijfadres_key IS NOT NULL);
END;
/