HGCU#85414 -- Foutieve indexatie 2024 door ontbrekende regels in CPI tabel

svn path=/Customer/trunk/; revision=66147
This commit is contained in:
Arthur Egberink
2024-09-06 08:07:04 +00:00
parent 424cefe7af
commit 4034ea5d50

View File

@@ -156,6 +156,7 @@ AS
INTO v_result
FROM fac_usrdata
WHERE fac_usrtab_key = 1 -- indexatie
AND fac_usrdata_verwijder IS NULL
AND ADD_MONTHS (fac_usrdata_vervaldatum, -12) < p_date;
RETURN v_result;