FCLT#86600 positief testen

svn path=/Database/trunk/; revision=67179
This commit is contained in:
2024-11-25 15:23:11 +00:00
parent deeffb9bcb
commit dbbca4d90b

View File

@@ -325,7 +325,7 @@ AS
dbms_output.put_line('Approvemethod: '||lmethode);
dbms_output.put_line('Ondergrens: '||pondergrens);
IF lmethode = 3 AND lkpverantwkey <> -1
IF lmethode = 3 AND lkpverantwkey > 0
THEN -- ook profiel budgethouder controleren
lkpverantwlimiet := prs.getprofiellimiet (lkpverantwkey, pdisckey);
dbms_output.put_line('Zijn limiet: '||lkpverantwlimiet);