BLCC#91276 Indexatie huurcontracten voor 2026

svn path=/Customer/; revision=70881
This commit is contained in:
Maarten van der Heide
2025-11-11 08:44:11 +00:00
parent 1bb2605f87
commit 5de8f40bd3

View File

@@ -80,7 +80,12 @@ BEGIN
OR cnt_kenmerk_key = 824) -- Maandbedrag [SLA Generiek CRF] OR cnt_kenmerk_key = 824) -- Maandbedrag [SLA Generiek CRF]
AND cnt_kenmerk_key = kc.cnt_kenmerk_key) AND cnt_kenmerk_key = kc.cnt_kenmerk_key)
AND kc.cnt_contract_key = rec.cnt_contract_key; AND kc.cnt_contract_key = rec.cnt_contract_key;
fac.trackaction ('#CNTUPD', rec.cnt_contract_key, NULL, NULL, 'Contracttarieven ge<67>ndexeerd (' || DECODE (rec.index_percentage, 1.03, '3,0', '3,7') || '%)'); IF rec.index_percentage = 1.03
THEN
fac.trackaction ('#CNTUPD', rec.cnt_contract_key, NULL, NULL, 'Contracttarieven ge<67>ndexeerd (3,0%)');
ELSE
fac.trackaction ('#CNTUPD', rec.cnt_contract_key, NULL, NULL, 'Contracttarieven ge<67>ndexeerd (3,7%)');
END IF;
v_count := v_count + 1; v_count := v_count + 1;
END; END;
END LOOP; END LOOP;